Html Css Color HEX #F52597 Persian Rose

📋 copy color: '#F52597'

red 245 ◦ green 37 ◦ blue 151

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

Shades of Persian Rose #F52597

Tints of Persian Rose #F52597

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.55%

 BLUE value IS 151 (59.38% from 255) = 34.87%

R = 56.58%
G = 8.55%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F52597 (or 0xF52597) is known color: Persian Rose. HEX triplet: F5, 25 and 97. RGB value is (245,37,151). Sum of RGB (Red+Green+Blue) = 245+37+151=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F52597 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52597 is #0ADA68. Grayscale: #6F6F6F. Windows color (decimal): -711273 or 9905653. OLE color: 9905653.

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

Color convert

RGB 245 37 151 -
CMYK 0 0.85 0.38 0.04
HSL 327.12º 0.91% 0.55% -
HSV(B) 327.12º 0.85% 0.96% -
XYZ 43.9 22.97 31.4 -
YUV 112.19 149.91 222.73 -
System Red Green Blue C M Y K H S L
Decimal 245 37 151 0 0.85 0.38 0.04 327.12 0.91 0.55
Hex F5 25 97 0 55 26 4 147 5B 37
Octal 365 45 227 0 125 46 4 507 133 67
Binary 11110101 100101 10010111 0 1010101 100110 100 101000111 1011011 110111

Color Harmonies of #F52597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52597

Black with #F52597

Text Example


Text Example

White with #F52597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52597; }

 p { color: rgb(245,37,151); }

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

background-color css

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

 a { background-color: rgb(245,37,151); }

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

border-color css

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

 span { border-color: rgb(245,37,151); }

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