Html Css Color HEX #F52189 Deep Pink

📋 copy color: '#F52189'

red 245 ◦ green 33 ◦ blue 137

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

Shades of Deep Pink #F52189

Tints of Deep Pink #F52189

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.95%

 BLUE value IS 137 (53.91% from 255) = 33.01%

R = 59.04%
G = 7.95%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F52189 (or 0xF52189) is known color: Deep Pink. HEX triplet: F5, 21 and 89. RGB value is (245,33,137). Sum of RGB (Red+Green+Blue) = 245+33+137=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F52189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52189 is #0ADE76. Grayscale: #6C6C6C. Windows color (decimal): -712311 or 8987125. OLE color: 8987125.

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

Color convert

RGB 245 33 137 -
CMYK 0 0.87 0.44 0.04
HSL 330.57º 0.91% 0.55% -
HSV(B) 330.57º 0.87% 0.96% -
XYZ 42.72 22.31 25.72 -
YUV 108.24 144.24 225.54 -
System Red Green Blue C M Y K H S L
Decimal 245 33 137 0 0.87 0.44 0.04 330.57 0.91 0.55
Hex F5 21 89 0 57 2C 4 14B 5B 37
Octal 365 41 211 0 127 54 4 513 133 67
Binary 11110101 100001 10001001 0 1010111 101100 100 101001011 1011011 110111

Color Harmonies of #F52189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52189

Black with #F52189

Text Example


Text Example

White with #F52189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52189; }

 p { color: rgb(245,33,137); }

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

background-color css

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

 a { background-color: rgb(245,33,137); }

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

border-color css

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

 span { border-color: rgb(245,33,137); }

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