#F04B76

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

Shades of Dark Pink #F04B76

Tints of Dark Pink #F04B76

Color information

#F04B76 (or 0xF04B76) is unknown color: approx Dark Pink. HEX triplet: F0, 4B and 76. RGB value is (240,75,118). Sum of RGB (Red+Green+Blue) = 240+75+118=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F04B76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04B76 is #0FB489. Grayscale: #818181. Windows color (decimal): -1029258 or 7752688. OLE color: 7752688.

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

Color convert

RGB24075118-
CMYK00.690.510.06
HSL344.36º84.62%61.76%-
HSV(B)344.36º68.75%94.12%-
XYZ41.7224.8719.74-
YUV129.24121.66207-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.43%
GREEN value IS 75 (29.69% from 255) = 17.32%
BLUE value IS 118 (46.48% from 255) = 27.25%
R=55.43%
G=17.32%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407511800.690.510.06344.3684.6261.76
HexF04B76045336158553e
Octal360113166010563653012576
Binary1111000010010111110110010001011100111101010110001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04B76; }

 p { color: rgb(240,75,118); }

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

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

 a { background-color: rgb(240,75,118); }

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

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

 span { border-color: rgb(240,75,118); }

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