Html Css Color HEX #F52478 Deep Pink

📋 copy color: '#F52478'

red 245 ◦ green 36 ◦ blue 120

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

Shades of Deep Pink #F52478

Tints of Deep Pink #F52478

RGB

 RED value IS 245 (96.09% from 255) = 61.1%

 GREEN value IS 36 (14.45% from 255) = 8.98%

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

R = 61.1%
G = 8.98%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F52478 (or 0xF52478) is known color: Deep Pink. HEX triplet: F5, 24 and 78. RGB value is (245,36,120). Sum of RGB (Red+Green+Blue) = 245+36+120=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F52478 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52478 is #0ADB87. Grayscale: #6B6B6B. Windows color (decimal): -711560 or 7873781. OLE color: 7873781.

HSL color Cylindrical-coordinate representation of color #F52478: hue angle of 335.89º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F52478 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 36 120 -
CMYK 0 0.85 0.51 0.04
HSL 335.89º 0.91% 0.55% -
HSV(B) 335.89º 0.85% 0.96% -
XYZ 41.68 22.03 19.82 -
YUV 108.07 134.74 225.67 -
System Red Green Blue C M Y K H S L
Decimal 245 36 120 0 0.85 0.51 0.04 335.89 0.91 0.55
Hex F5 24 78 0 55 33 4 150 5B 37
Octal 365 44 170 0 125 63 4 520 133 67
Binary 11110101 100100 1111000 0 1010101 110011 100 101010000 1011011 110111

Color Harmonies of #F52478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52478

Black with #F52478

Text Example


Text Example

White with #F52478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52478; }

 p { color: rgb(245,36,120); }

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

background-color css

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

 a { background-color: rgb(245,36,120); }

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

border-color css

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

 span { border-color: rgb(245,36,120); }

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