Html Css Color HEX #F52EAA Persian Rose

📋 copy color: '#F52EAA'

red 245 ◦ green 46 ◦ blue 170

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

Shades of Persian Rose #F52EAA

Tints of Persian Rose #F52EAA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.98%

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

R = 53.15%
G = 9.98%
B = 36.88%

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

#F52EAA (or 0xF52EAA) is known color: Persian Rose. HEX triplet: F5, 2E and AA. RGB value is (245,46,170). Sum of RGB (Red+Green+Blue) = 245+46+170=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F52EAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52EAA is #0AD155. Grayscale: #777777. Windows color (decimal): -708950 or 11153141. OLE color: 11153141.

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

Color convert

RGB 245 46 170 -
CMYK 0 0.81 0.31 0.04
HSL 322.61º 0.91% 0.57% -
HSV(B) 322.61º 0.81% 0.96% -
XYZ 45.89 24.27 40.3 -
YUV 119.64 156.43 217.42 -
System Red Green Blue C M Y K H S L
Decimal 245 46 170 0 0.81 0.31 0.04 322.61 0.91 0.57
Hex F5 2E AA 0 51 1F 4 143 5B 39
Octal 365 56 252 0 121 37 4 503 133 71
Binary 11110101 101110 10101010 0 1010001 11111 100 101000011 1011011 111001

Color Harmonies of #F52EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52EAA

Black with #F52EAA

Text Example


Text Example

White with #F52EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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