Html Css Color HEX #F04C76 Dark Pink

📋 copy color: '#F04C76'

red 240 ◦ green 76 ◦ blue 118

#F04C76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #F04C76

Tints of Dark Pink #F04C76

RGB

 RED value IS 240 (94.14% from 255) = 55.3%

 GREEN value IS 76 (30.08% from 255) = 17.51%

 BLUE value IS 118 (46.48% from 255) = 27.19%

R = 55.3%
G = 17.51%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F04C76 (or 0xF04C76) is known color: Dark Pink. HEX triplet: F0, 4C and 76. RGB value is (240,76,118). Sum of RGB (Red+Green+Blue) = 240+76+118=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04C76 is #0FB389. Grayscale: #818181. Windows color (decimal): -1029002 or 7752944. OLE color: 7752944.

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

Color convert

RGB 240 76 118 -
CMYK 0 0.68 0.51 0.06
HSL 344.63º 0.85% 0.62% -
HSV(B) 344.63º 0.68% 0.94% -
XYZ 41.79 25 19.76 -
YUV 129.82 121.33 206.58 -
System Red Green Blue C M Y K H S L
Decimal 240 76 118 0 0.68 0.51 0.06 344.63 0.85 0.62
Hex F0 4C 76 0 44 33 6 159 55 3E
Octal 360 114 166 0 104 63 6 531 125 76
Binary 11110000 1001100 1110110 0 1000100 110011 110 101011001 1010101 111110

Color Harmonies of #F04C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C76

Black with #F04C76

Text Example


Text Example

White with #F04C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C76; }

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

 H1.HeaderClassName
 {
   color: #F04C76;
 }
 .AnyTagClassName
 {
   color: #F04C76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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