Html Css Color HEX #F52199 Persian Rose

📋 copy color: '#F52199'

red 245 ◦ green 33 ◦ blue 153

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

Shades of Persian Rose #F52199

Tints of Persian Rose #F52199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.5%

R = 56.84%
G = 7.66%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F52199 (or 0xF52199) is known color: Persian Rose. HEX triplet: F5, 21 and 99. RGB value is (245,33,153). Sum of RGB (Red+Green+Blue) = 245+33+153=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F52199 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52199 is #0ADE66. Grayscale: #6D6D6D. Windows color (decimal): -712295 or 10035701. OLE color: 10035701.

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

Color convert

RGB 245 33 153 -
CMYK 0 0.87 0.38 0.04
HSL 326.04º 0.91% 0.55% -
HSV(B) 326.04º 0.87% 0.96% -
XYZ 43.95 22.8 32.22 -
YUV 110.07 152.24 224.24 -
System Red Green Blue C M Y K H S L
Decimal 245 33 153 0 0.87 0.38 0.04 326.04 0.91 0.55
Hex F5 21 99 0 57 26 4 146 5B 37
Octal 365 41 231 0 127 46 4 506 133 67
Binary 11110101 100001 10011001 0 1010111 100110 100 101000110 1011011 110111

Color Harmonies of #F52199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52199

Black with #F52199

Text Example


Text Example

White with #F52199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52199; }

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

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

background-color css

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

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

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

border-color css

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

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

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