Html Css Color HEX #F52491 Deep Pink

📋 copy color: '#F52491'

red 245 ◦ green 36 ◦ blue 145

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

Shades of Deep Pink #F52491

Tints of Deep Pink #F52491

RGB

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

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

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

R = 57.51%
G = 8.45%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F52491 (or 0xF52491) is known color: Deep Pink. HEX triplet: F5, 24 and 91. RGB value is (245,36,145). Sum of RGB (Red+Green+Blue) = 245+36+145=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F52491 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52491 is #0ADB6E. Grayscale: #6E6E6E. Windows color (decimal): -711535 or 9512181. OLE color: 9512181.

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

Color convert

RGB 245 36 145 -
CMYK 0 0.85 0.41 0.04
HSL 328.71º 0.91% 0.55% -
HSV(B) 328.71º 0.85% 0.96% -
XYZ 43.4 22.72 28.89 -
YUV 110.92 147.24 223.64 -
System Red Green Blue C M Y K H S L
Decimal 245 36 145 0 0.85 0.41 0.04 328.71 0.91 0.55
Hex F5 24 91 0 55 29 4 149 5B 37
Octal 365 44 221 0 125 51 4 511 133 67
Binary 11110101 100100 10010001 0 1010101 101001 100 101001001 1011011 110111

Color Harmonies of #F52491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52491

Black with #F52491

Text Example


Text Example

White with #F52491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52491; }

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

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

background-color css

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

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

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

border-color css

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

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

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