Html Css Color HEX #F04776 Dark Pink

📋 copy color: '#F04776'

red 240 ◦ green 71 ◦ blue 118

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

Shades of Dark Pink #F04776

Tints of Dark Pink #F04776

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.55%

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

R = 55.94%
G = 16.55%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F04776 (or 0xF04776) is known color: Dark Pink. HEX triplet: F0, 47 and 76. RGB value is (240,71,118). Sum of RGB (Red+Green+Blue) = 240+71+118=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F04776 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04776 is #0FB889. Grayscale: #7E7E7E. Windows color (decimal): -1030282 or 7751664. OLE color: 7751664.

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

Color convert

RGB 240 71 118 -
CMYK 0 0.70 0.51 0.06
HSL 343.31º 0.85% 0.61% -
HSV(B) 343.31º 0.7% 0.94% -
XYZ 41.46 24.34 19.65 -
YUV 126.89 122.99 208.68 -
System Red Green Blue C M Y K H S L
Decimal 240 71 118 0 0.70 0.51 0.06 343.31 0.85 0.61
Hex F0 47 76 0 46 33 6 157 55 3D
Octal 360 107 166 0 106 63 6 527 125 75
Binary 11110000 1000111 1110110 0 1000110 110011 110 101010111 1010101 111101

Color Harmonies of #F04776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04776

Black with #F04776

Text Example


Text Example

White with #F04776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04776; }

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

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

background-color css

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

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

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

border-color css

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

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

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