Html Css Color HEX #F52291 Deep Pink

📋 copy color: '#F52291'

red 245 ◦ green 34 ◦ blue 145

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

Shades of Deep Pink #F52291

Tints of Deep Pink #F52291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.2%

R = 57.78%
G = 8.02%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F52291 (or 0xF52291) is known color: Deep Pink. HEX triplet: F5, 22 and 91. RGB value is (245,34,145). Sum of RGB (Red+Green+Blue) = 245+34+145=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 34 (13.67% from 255 or 8.02% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F52291 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52291 is #0ADD6E. Grayscale: #6D6D6D. Windows color (decimal): -712047 or 9511669. OLE color: 9511669.

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

Color convert

RGB 245 34 145 -
CMYK 0 0.86 0.41 0.04
HSL 328.44º 0.91% 0.55% -
HSV(B) 328.44º 0.86% 0.96% -
XYZ 43.34 22.6 28.87 -
YUV 109.74 147.9 224.47 -
System Red Green Blue C M Y K H S L
Decimal 245 34 145 0 0.86 0.41 0.04 328.44 0.91 0.55
Hex F5 22 91 0 56 29 4 148 5B 37
Octal 365 42 221 0 126 51 4 510 133 67
Binary 11110101 100010 10010001 0 1010110 101001 100 101001000 1011011 110111

Color Harmonies of #F52291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52291

Black with #F52291

Text Example


Text Example

White with #F52291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52291; }

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

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

background-color css

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

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

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

border-color css

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

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

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