Html Css Color HEX #F04778 Dark Pink

📋 copy color: '#F04778'

red 240 ◦ green 71 ◦ blue 120

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

Shades of Dark Pink #F04778

Tints of Dark Pink #F04778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.84%

R = 55.68%
G = 16.47%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F04778 (or 0xF04778) is known color: Dark Pink. HEX triplet: F0, 47 and 78. RGB value is (240,71,120). Sum of RGB (Red+Green+Blue) = 240+71+120=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F04778 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04778 is #0FB887. Grayscale: #7F7F7F. Windows color (decimal): -1030280 or 7882736. OLE color: 7882736.

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

Color convert

RGB 240 71 120 -
CMYK 0 0.70 0.5 0.06
HSL 342.6º 0.85% 0.61% -
HSV(B) 342.6º 0.7% 0.94% -
XYZ 41.58 24.39 20.29 -
YUV 127.12 123.99 208.52 -
System Red Green Blue C M Y K H S L
Decimal 240 71 120 0 0.70 0.5 0.06 342.6 0.85 0.61
Hex F0 47 78 0 46 32 6 157 55 3D
Octal 360 107 170 0 106 62 6 527 125 75
Binary 11110000 1000111 1111000 0 1000110 110010 110 101010111 1010101 111101

Color Harmonies of #F04778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04778

Black with #F04778

Text Example


Text Example

White with #F04778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04778; }

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

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

background-color css

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

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

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

border-color css

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

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

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