Html Css Color HEX #F04C77 Dark Pink

📋 copy color: '#F04C77'

red 240 ◦ green 76 ◦ blue 119

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

Shades of Dark Pink #F04C77

Tints of Dark Pink #F04C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.36%

R = 55.17%
G = 17.47%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F04C77 (or 0xF04C77) is known color: Dark Pink. HEX triplet: F0, 4C and 77. RGB value is (240,76,119). Sum of RGB (Red+Green+Blue) = 240+76+119=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04C77 is #0FB388. Grayscale: #818181. Windows color (decimal): -1029001 or 7818480. OLE color: 7818480.

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

Color convert

RGB 240 76 119 -
CMYK 0 0.68 0.50 0.06
HSL 344.27º 0.85% 0.62% -
HSV(B) 344.27º 0.68% 0.94% -
XYZ 41.85 25.03 20.08 -
YUV 129.94 121.83 206.5 -
System Red Green Blue C M Y K H S L
Decimal 240 76 119 0 0.68 0.50 0.06 344.27 0.85 0.62
Hex F0 4C 77 0 44 32 6 158 55 3E
Octal 360 114 167 0 104 62 6 530 125 76
Binary 11110000 1001100 1110111 0 1000100 110010 110 101011000 1010101 111110

Color Harmonies of #F04C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C77

Black with #F04C77

Text Example


Text Example

White with #F04C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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