#F05F8C

Color #F05F8C Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #F05F8C

Tints of Dark Pink #F05F8C

Color information

#F05F8C (or 0xF05F8C) is unknown color: approx Dark Pink. HEX triplet: F0, 5F and 8C. RGB value is (240,95,140). Sum of RGB (Red+Green+Blue) = 240+95+140=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05F8C is #0FA073. Grayscale: #8F8F8F. Windows color (decimal): -1024116 or 9199600. OLE color: 9199600.

HSL color Cylindrical-coordinate representation of color #F05F8C: hue angle of 341.38º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05F8C is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB24095140-
CMYK00.600.420.06
HSL341.38º82.86%65.69%-
HSV(B)341.38º60.42%94.12%-
XYZ44.7628.627.97-
YUV143.48126.04196.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 50.53%
GREEN value IS 95 (37.5% from 255) = 20%
BLUE value IS 140 (55.08% from 255) = 29.47%
R=50.53%
G=20%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409514000.600.420.06341.3882.8665.69
HexF05F8C03C2A61555342
Octal360137214074526525123102
Binary11110000101111110001100011110010101011010101010110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05F8C; }

 p { color: rgb(240,95,140); }

 H1.HeaderClassName
 {
   color: #F05F8C;
 }
 .AnyTagClassName
 {
   color: #F05F8C;
 }
</style>
background-color css

<style>
 a { background-color: #F05F8C; }

 a { background-color: rgb(240,95,140); }

 div.DivClassName
 {
   background-color: #F05F8C;
 }
 .BgClassName
 {
   background-color: #F05F8C;
 }
</style>
border-color css

<style>
 span { border-color: #F05F8C; }

 span { border-color: rgb(240,95,140); }

 td.TdClassName
 {
   border-color: #F05F8C;
 }
 .TagClassName
 {
   border-color: #F05F8C;
 }
</style>