#F0476C

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

Shades of Dark Pink #F0476C

Tints of Dark Pink #F0476C

Color information

#F0476C (or 0xF0476C) is unknown color: approx Dark Pink. HEX triplet: F0, 47 and 6C. RGB value is (240,71,108). Sum of RGB (Red+Green+Blue) = 240+71+108=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0476C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0476C is #0FB893. Grayscale: #7D7D7D. Windows color (decimal): -1030292 or 7096304. OLE color: 7096304.

HSL color Cylindrical-coordinate representation of color #F0476C: hue angle of 346.86º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0476C is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB24071108-
CMYK00.700.550.06
HSL346.86º84.92%60.98%-
HSV(B)346.86º70.42%94.12%-
XYZ40.924.1116.69-
YUV125.75117.99209.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.28%
GREEN value IS 71 (28.12% from 255) = 16.95%
BLUE value IS 108 (42.58% from 255) = 25.78%
R=57.28%
G=16.95%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407110800.700.550.06346.8684.9260.98
HexF0476C04637615b553d
Octal360107154010667653312575
Binary1111000010001111101100010001101101111101010110111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0476C; }

 p { color: rgb(240,71,108); }

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

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

 a { background-color: rgb(240,71,108); }

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

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

 span { border-color: rgb(240,71,108); }

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