Html Css Color HEX #F52480 Deep Pink

📋 copy color: '#F52480'

red 245 ◦ green 36 ◦ blue 128

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

Shades of Deep Pink #F52480

Tints of Deep Pink #F52480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.3%

R = 59.9%
G = 8.8%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F52480 (or 0xF52480) is known color: Deep Pink. HEX triplet: F5, 24 and 80. RGB value is (245,36,128). Sum of RGB (Red+Green+Blue) = 245+36+128=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F52480 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52480 is #0ADB7F. Grayscale: #6C6C6C. Windows color (decimal): -711552 or 8398069. OLE color: 8398069.

HSL color Cylindrical-coordinate representation of color #F52480: hue angle of 333.59º 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 #F52480 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 36 128 -
CMYK 0 0.85 0.48 0.04
HSL 333.59º 0.91% 0.55% -
HSV(B) 333.59º 0.85% 0.96% -
XYZ 42.18 22.23 22.49 -
YUV 108.98 138.74 225.02 -
System Red Green Blue C M Y K H S L
Decimal 245 36 128 0 0.85 0.48 0.04 333.59 0.91 0.55
Hex F5 24 80 0 55 30 4 14E 5B 37
Octal 365 44 200 0 125 60 4 516 133 67
Binary 11110101 100100 10000000 0 1010101 110000 100 101001110 1011011 110111

Color Harmonies of #F52480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52480

Black with #F52480

Text Example


Text Example

White with #F52480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52480; }

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

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

background-color css

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

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

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

border-color css

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

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

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