Color Hex Logo

#f05ffb Color Hex

#F05FFB
(240,95,251)
0 Favorites   0 Comments

Color spaces of #f05ffb

RGB 24095251
HSL0.820.950.68
HSV296°62°98°
CMYK 0.040.620.00   0.02
XYZ57.440033.674794.7392
Yxy33.67470.30910.1812
Hunter Lab58.029975.1331-56.1755
CIE-Lab64.703574.8689-51.7914

#f05ffb color RGB value is (240,95,251).

#f05ffb hex color red value is 240, green value is 95 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f05ffb hue: 0.82 , saturation: 0.95 and the lightness value of f05ffb is 0.68.

The process color (four color CMYK) of #f05ffb color hex is 0.04, 0.62, 0.00, 0.02. Web safe color of #f05ffb is #ff66ff. Color #f05ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011111 11111011
Octal 360 137 373
Decimal 240 95 251
Hex F0 5F FB

RGB Percentages of Color #f05ffb

%40.96
%16.21
%42.83

CMYK Percentages of Color #f05ffb

%4
%62
%0
%2

Triadic Colors of #f05ffb

#f05ffb #fbf05f #5ffbf0

Analogous Colors of #f05ffb

#f05ffb #fb5fb8 #a25ffb

Monochromatic Colors of #f05ffb

#f05ffb

Complementary Color

#f05ffb #6afb5f

#f05ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05ffb Color CSS Codes

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

#f05ffb Text Font Color

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

This sample text font color is #f05ffb
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.


#f05ffb Background Color

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

This div background color is #f05ffb


#f05ffb Border Color

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

This div border color is #f05ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.