Html Css Color HEX #F52098 Persian Rose

📋 copy color: '#F52098'

red 245 ◦ green 32 ◦ blue 152

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

Shades of Persian Rose #F52098

Tints of Persian Rose #F52098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.46%

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

R = 57.11%
G = 7.46%
B = 35.43%

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

#F52098 (or 0xF52098) is known color: Persian Rose. HEX triplet: F5, 20 and 98. RGB value is (245,32,152). Sum of RGB (Red+Green+Blue) = 245+32+152=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F52098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52098 is #0ADF67. Grayscale: #6D6D6D. Windows color (decimal): -712552 or 9969909. OLE color: 9969909.

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

Color convert

RGB 245 32 152 -
CMYK 0 0.87 0.38 0.04
HSL 326.2º 0.91% 0.54% -
HSV(B) 326.2º 0.87% 0.96% -
XYZ 43.84 22.71 31.78 -
YUV 109.37 152.07 224.74 -
System Red Green Blue C M Y K H S L
Decimal 245 32 152 0 0.87 0.38 0.04 326.2 0.91 0.54
Hex F5 20 98 0 57 26 4 146 5B 36
Octal 365 40 230 0 127 46 4 506 133 66
Binary 11110101 100000 10011000 0 1010111 100110 100 101000110 1011011 110110

Color Harmonies of #F52098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52098

Black with #F52098

Text Example


Text Example

White with #F52098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52098; }

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

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

background-color css

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

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

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

border-color css

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

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

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