#F0466F

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

Shades of Dark Pink #F0466F

Tints of Dark Pink #F0466F

Color information

#F0466F (or 0xF0466F) is unknown color: approx Dark Pink. HEX triplet: F0, 46 and 6F. RGB value is (240,70,111). Sum of RGB (Red+Green+Blue) = 240+70+111=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F0466F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0466F is #0FB990. Grayscale: #7D7D7D. Windows color (decimal): -1030545 or 7292656. OLE color: 7292656.

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

Color convert

RGB24070111-
CMYK00.710.540.06
HSL345.53º85%60.78%-
HSV(B)345.53º70.83%94.12%-
XYZ40.9924.0517.52-
YUV125.5119.82209.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.01%
GREEN value IS 70 (27.73% from 255) = 16.63%
BLUE value IS 111 (43.75% from 255) = 26.37%
R=57.01%
G=16.63%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407011100.710.540.06345.538560.78
HexF0466F04736615a553d
Octal360106157010766653212575
Binary1111000010001101101111010001111101101101010110101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0466F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0466F; }

 p { color: rgb(240,70,111); }

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

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

 a { background-color: rgb(240,70,111); }

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

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

 span { border-color: rgb(240,70,111); }

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