Html Css Color HEX #F52289 Deep Pink

📋 copy color: '#F52289'

red 245 ◦ green 34 ◦ blue 137

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

Shades of Deep Pink #F52289

Tints of Deep Pink #F52289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.17%

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

R = 58.89%
G = 8.17%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F52289 (or 0xF52289) is known color: Deep Pink. HEX triplet: F5, 22 and 89. RGB value is (245,34,137). Sum of RGB (Red+Green+Blue) = 245+34+137=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F52289 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52289 is #0ADD76. Grayscale: #6C6C6C. Windows color (decimal): -712055 or 8987381. OLE color: 8987381.

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

Color convert

RGB 245 34 137 -
CMYK 0 0.86 0.44 0.04
HSL 330.71º 0.91% 0.55% -
HSV(B) 330.71º 0.86% 0.96% -
XYZ 42.74 22.36 25.73 -
YUV 108.83 143.9 225.12 -
System Red Green Blue C M Y K H S L
Decimal 245 34 137 0 0.86 0.44 0.04 330.71 0.91 0.55
Hex F5 22 89 0 56 2C 4 14B 5B 37
Octal 365 42 211 0 126 54 4 513 133 67
Binary 11110101 100010 10001001 0 1010110 101100 100 101001011 1011011 110111

Color Harmonies of #F52289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52289

Black with #F52289

Text Example


Text Example

White with #F52289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52289; }

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

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

background-color css

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

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

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

border-color css

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

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

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