Html Css Color HEX #F04476 Dark Pink

📋 copy color: '#F04476'

red 240 ◦ green 68 ◦ blue 118

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

Shades of Dark Pink #F04476

Tints of Dark Pink #F04476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.96%

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

R = 56.34%
G = 15.96%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F04476 (or 0xF04476) is known color: Dark Pink. HEX triplet: F0, 44 and 76. RGB value is (240,68,118). Sum of RGB (Red+Green+Blue) = 240+68+118=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F04476 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04476 is #0FBB89. Grayscale: #7D7D7D. Windows color (decimal): -1031050 or 7750896. OLE color: 7750896.

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

Color convert

RGB 240 68 118 -
CMYK 0 0.72 0.51 0.06
HSL 342.56º 0.85% 0.6% -
HSV(B) 342.56º 0.72% 0.94% -
XYZ 41.27 23.97 19.59 -
YUV 125.13 123.98 209.93 -
System Red Green Blue C M Y K H S L
Decimal 240 68 118 0 0.72 0.51 0.06 342.56 0.85 0.6
Hex F0 44 76 0 48 33 6 157 55 3C
Octal 360 104 166 0 110 63 6 527 125 74
Binary 11110000 1000100 1110110 0 1001000 110011 110 101010111 1010101 111100

Color Harmonies of #F04476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04476

Black with #F04476

Text Example


Text Example

White with #F04476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04476; }

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

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

background-color css

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

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

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

border-color css

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

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

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