Html Css Color HEX #F04578 Dark Pink

📋 copy color: '#F04578'

red 240 ◦ green 69 ◦ blue 120

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

Shades of Dark Pink #F04578

Tints of Dark Pink #F04578

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.08%

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

R = 55.94%
G = 16.08%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F04578 (or 0xF04578) is known color: Dark Pink. HEX triplet: F0, 45 and 78. RGB value is (240,69,120). Sum of RGB (Red+Green+Blue) = 240+69+120=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F04578 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04578 is #0FBA87. Grayscale: #7D7D7D. Windows color (decimal): -1030792 or 7882224. OLE color: 7882224.

HSL color Cylindrical-coordinate representation of color #F04578: hue angle of 342.11º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04578 is Cyan = 0, Magento = 0.71, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 69 120 -
CMYK 0 0.71 0.5 0.06
HSL 342.11º 0.85% 0.61% -
HSV(B) 342.11º 0.71% 0.94% -
XYZ 41.45 24.14 20.24 -
YUV 125.94 124.65 209.35 -
System Red Green Blue C M Y K H S L
Decimal 240 69 120 0 0.71 0.5 0.06 342.11 0.85 0.61
Hex F0 45 78 0 47 32 6 156 55 3D
Octal 360 105 170 0 107 62 6 526 125 75
Binary 11110000 1000101 1111000 0 1000111 110010 110 101010110 1010101 111101

Color Harmonies of #F04578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04578

Black with #F04578

Text Example


Text Example

White with #F04578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04578; }

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

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

background-color css

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

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

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

border-color css

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

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

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