Color Hex Logo

#f25fed Color Hex

#F25FED
(242,95,237)
0 Favorites   0 Comments

Color spaces of #f25fed

RGB 24295237
HSL0.840.850.66
HSV302°61°95°
CMYK 0.000.610.02   0.05
XYZ55.996233.176183.5731
Yxy33.17610.32420.1921
Hunter Lab57.598772.7361-45.7080
CIE-Lab64.303273.0223-44.6646

#f25fed color RGB value is (242,95,237).

#f25fed hex color red value is 242, green value is 95 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f25fed hue: 0.84 , saturation: 0.85 and the lightness value of f25fed is 0.66.

The process color (four color CMYK) of #f25fed color hex is 0.00, 0.61, 0.02, 0.05. Web safe color of #f25fed is #ff66ff. Color #f25fed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011111 11101101
Octal 362 137 355
Decimal 242 95 237
Hex F2 5F ED

RGB Percentages of Color #f25fed

%42.16
%16.55
%41.29

CMYK Percentages of Color #f25fed

%0
%61
%2
%5

Triadic Colors of #f25fed

#f25fed #edf25f #5fedf2

Analogous Colors of #f25fed

#f25fed #f25fa4 #ae5ff2

Monochromatic Colors of #f25fed

#f25fed

Complementary Color

#f25fed #5ff264

#f25fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25fed Color CSS Codes

.mybgcolor {background-color:#f25fed; } 
.myforecolor {color:#f25fed; }
.mybordercolor {border:3px solid #f25fed; }

#f25fed Text Font Color

<p style="color:#f25fed">Text here</p>

This sample text font color is #f25fed
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f25fed Background Color

<div style="background-color:#f25fed">
Div content here</div>

This div background color is #f25fed


#f25fed Border Color

<div style="border:3px solid #f25fed">
Div here</div>

This div border color is #f25fed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,95,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f25fed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f25fed;
  -webkit-box-shadow: 1px 1px 3px 2px #f25fed;
  box-shadow:         1px 1px 3px 2px #f25fed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,95,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f25fed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f25fed;
  -webkit-box-shadow: 1px 1px 3px 2px #f25fed;
  box-shadow:         1px 1px 3px 2px #f25fed;">
Div content here</div>

This div box has shadow with color #f25fed


Comments

No comments written yet.

Please login to write comment.