Html Css Color HEX #F04477 Dark Pink

📋 copy color: '#F04477'

red 240 ◦ green 68 ◦ blue 119

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

Shades of Dark Pink #F04477

Tints of Dark Pink #F04477

RGB

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

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

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

R = 56.21%
G = 15.93%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F04477 (or 0xF04477) is known color: Dark Pink. HEX triplet: F0, 44 and 77. RGB value is (240,68,119). Sum of RGB (Red+Green+Blue) = 240+68+119=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F04477 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04477 is #0FBB88. Grayscale: #7D7D7D. Windows color (decimal): -1031049 or 7816432. OLE color: 7816432.

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

Color convert

RGB 240 68 119 -
CMYK 0 0.72 0.50 0.06
HSL 342.21º 0.85% 0.6% -
HSV(B) 342.21º 0.72% 0.94% -
XYZ 41.33 23.99 19.91 -
YUV 125.24 124.48 209.85 -
System Red Green Blue C M Y K H S L
Decimal 240 68 119 0 0.72 0.50 0.06 342.21 0.85 0.6
Hex F0 44 77 0 48 32 6 156 55 3C
Octal 360 104 167 0 110 62 6 526 125 74
Binary 11110000 1000100 1110111 0 1001000 110010 110 101010110 1010101 111100

Color Harmonies of #F04477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04477

Black with #F04477

Text Example


Text Example

White with #F04477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04477; }

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

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

background-color css

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

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

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

border-color css

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

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

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