Html Css Color HEX #F04879 Dark Pink

📋 copy color: '#F04879'

red 240 ◦ green 72 ◦ blue 121

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

Shades of Dark Pink #F04879

Tints of Dark Pink #F04879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.94%

R = 55.43%
G = 16.63%
B = 27.94%

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

#F04879 (or 0xF04879) is known color: Dark Pink. HEX triplet: F0, 48 and 79. RGB value is (240,72,121). Sum of RGB (Red+Green+Blue) = 240+72+121=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F04879 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04879 is #0FB786. Grayscale: #7F7F7F. Windows color (decimal): -1030023 or 7948528. OLE color: 7948528.

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

Color convert

RGB 240 72 121 -
CMYK 0 0.7 0.50 0.06
HSL 342.5º 0.85% 0.61% -
HSV(B) 342.5º 0.7% 0.94% -
XYZ 41.7 24.54 20.63 -
YUV 127.82 124.16 208.02 -
System Red Green Blue C M Y K H S L
Decimal 240 72 121 0 0.7 0.50 0.06 342.5 0.85 0.61
Hex F0 48 79 0 46 32 6 156 55 3D
Octal 360 110 171 0 106 62 6 526 125 75
Binary 11110000 1001000 1111001 0 1000110 110010 110 101010110 1010101 111101

Color Harmonies of #F04879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04879

Black with #F04879

Text Example


Text Example

White with #F04879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04879; }

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

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

background-color css

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

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

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

border-color css

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

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

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