Html Css Color HEX #F52FAA Persian Rose

📋 copy color: '#F52FAA'

red 245 ◦ green 47 ◦ blue 170

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

Shades of Persian Rose #F52FAA

Tints of Persian Rose #F52FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.17%

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 53.03%
G = 10.17%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F52FAA (or 0xF52FAA) is known color: Persian Rose. HEX triplet: F5, 2F and AA. RGB value is (245,47,170). Sum of RGB (Red+Green+Blue) = 245+47+170=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F52FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52FAA is #0AD055. Grayscale: #777777. Windows color (decimal): -708694 or 11153397. OLE color: 11153397.

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

Color convert

RGB 245 47 170 -
CMYK 0 0.81 0.31 0.04
HSL 322.73º 0.91% 0.57% -
HSV(B) 322.73º 0.81% 0.96% -
XYZ 45.93 24.35 40.31 -
YUV 120.22 156.1 217 -
System Red Green Blue C M Y K H S L
Decimal 245 47 170 0 0.81 0.31 0.04 322.73 0.91 0.57
Hex F5 2F AA 0 51 1F 4 143 5B 39
Octal 365 57 252 0 121 37 4 503 133 71
Binary 11110101 101111 10101010 0 1010001 11111 100 101000011 1011011 111001

Color Harmonies of #F52FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52FAA

Black with #F52FAA

Text Example


Text Example

White with #F52FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52FAA; }

 p { color: rgb(245,47,170); }

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

background-color css

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

 a { background-color: rgb(245,47,170); }

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

border-color css

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

 span { border-color: rgb(245,47,170); }

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