#F0476E

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

Shades of Dark Pink #F0476E

Tints of Dark Pink #F0476E

Color information

#F0476E (or 0xF0476E) is unknown color: approx Dark Pink. HEX triplet: F0, 47 and 6E. RGB value is (240,71,110). Sum of RGB (Red+Green+Blue) = 240+71+110=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F0476E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0476E is #0FB891. Grayscale: #7D7D7D. Windows color (decimal): -1030290 or 7227376. OLE color: 7227376.

HSL color Cylindrical-coordinate representation of color #F0476E: hue angle of 346.15º 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 #F0476E is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB24071110-
CMYK00.700.540.06
HSL346.15º84.92%60.98%-
HSV(B)346.15º70.42%94.12%-
XYZ4124.1617.25-
YUV125.98118.99209.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.01%
GREEN value IS 71 (28.12% from 255) = 16.86%
BLUE value IS 110 (43.36% from 255) = 26.13%
R=57.01%
G=16.86%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407111000.700.540.06346.1584.9260.98
HexF0476E04636615a553d
Octal360107156010666653212575
Binary1111000010001111101110010001101101101101010110101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0476E; }

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

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

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

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

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

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

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

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