Html Css Color HEX #F04777 Dark Pink

📋 copy color: '#F04777'

red 240 ◦ green 71 ◦ blue 119

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

Shades of Dark Pink #F04777

Tints of Dark Pink #F04777

RGB

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

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

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

R = 55.81%
G = 16.51%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F04777 (or 0xF04777) is known color: Dark Pink. HEX triplet: F0, 47 and 77. RGB value is (240,71,119). Sum of RGB (Red+Green+Blue) = 240+71+119=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F04777 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04777 is #0FB888. Grayscale: #7E7E7E. Windows color (decimal): -1030281 or 7817200. OLE color: 7817200.

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

Color convert

RGB 240 71 119 -
CMYK 0 0.70 0.50 0.06
HSL 342.96º 0.85% 0.61% -
HSV(B) 342.96º 0.7% 0.94% -
XYZ 41.52 24.36 19.97 -
YUV 127 123.49 208.6 -
System Red Green Blue C M Y K H S L
Decimal 240 71 119 0 0.70 0.50 0.06 342.96 0.85 0.61
Hex F0 47 77 0 46 32 6 157 55 3D
Octal 360 107 167 0 106 62 6 527 125 75
Binary 11110000 1000111 1110111 0 1000110 110010 110 101010111 1010101 111101

Color Harmonies of #F04777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04777

Black with #F04777

Text Example


Text Example

White with #F04777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04777; }

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

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

background-color css

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

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

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

border-color css

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

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

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