Html Css Color HEX #F04877 Dark Pink

📋 copy color: '#F04877'

red 240 ◦ green 72 ◦ blue 119

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

Shades of Dark Pink #F04877

Tints of Dark Pink #F04877

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.71%

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

R = 55.68%
G = 16.71%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F04877 (or 0xF04877) is known color: Dark Pink. HEX triplet: F0, 48 and 77. RGB value is (240,72,119). Sum of RGB (Red+Green+Blue) = 240+72+119=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F04877 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04877 is #0FB788. Grayscale: #7F7F7F. Windows color (decimal): -1030025 or 7817456. OLE color: 7817456.

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

Color convert

RGB 240 72 119 -
CMYK 0 0.7 0.50 0.06
HSL 343.21º 0.85% 0.61% -
HSV(B) 343.21º 0.7% 0.94% -
XYZ 41.58 24.49 19.99 -
YUV 127.59 123.16 208.18 -
System Red Green Blue C M Y K H S L
Decimal 240 72 119 0 0.7 0.50 0.06 343.21 0.85 0.61
Hex F0 48 77 0 46 32 6 157 55 3D
Octal 360 110 167 0 106 62 6 527 125 75
Binary 11110000 1001000 1110111 0 1000110 110010 110 101010111 1010101 111101

Color Harmonies of #F04877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04877

Black with #F04877

Text Example


Text Example

White with #F04877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04877; }

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

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

background-color css

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

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

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

border-color css

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

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

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