Html Css Color HEX #F52798 Persian Rose

📋 copy color: '#F52798'

red 245 ◦ green 39 ◦ blue 152

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

Shades of Persian Rose #F52798

Tints of Persian Rose #F52798

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.94%

 BLUE value IS 152 (59.77% from 255) = 34.86%

R = 56.19%
G = 8.94%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F52798 (or 0xF52798) is known color: Persian Rose. HEX triplet: F5, 27 and 98. RGB value is (245,39,152). Sum of RGB (Red+Green+Blue) = 245+39+152=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F52798 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52798 is #0AD867. Grayscale: #717171. Windows color (decimal): -710760 or 9971701. OLE color: 9971701.

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

Color convert

RGB 245 39 152 -
CMYK 0 0.84 0.38 0.04
HSL 327.09º 0.91% 0.56% -
HSV(B) 327.09º 0.84% 0.96% -
XYZ 44.05 23.13 31.85 -
YUV 113.48 149.75 221.81 -
System Red Green Blue C M Y K H S L
Decimal 245 39 152 0 0.84 0.38 0.04 327.09 0.91 0.56
Hex F5 27 98 0 54 26 4 147 5B 38
Octal 365 47 230 0 124 46 4 507 133 70
Binary 11110101 100111 10011000 0 1010100 100110 100 101000111 1011011 111000

Color Harmonies of #F52798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52798

Black with #F52798

Text Example


Text Example

White with #F52798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52798; }

 p { color: rgb(245,39,152); }

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

background-color css

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

 a { background-color: rgb(245,39,152); }

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

border-color css

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

 span { border-color: rgb(245,39,152); }

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