Html Css Color HEX #F52CAA Persian Rose

📋 copy color: '#F52CAA'

red 245 ◦ green 44 ◦ blue 170

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

Shades of Persian Rose #F52CAA

Tints of Persian Rose #F52CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.59%

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

R = 53.38%
G = 9.59%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F52CAA (or 0xF52CAA) is known color: Persian Rose. HEX triplet: F5, 2C and AA. RGB value is (245,44,170). Sum of RGB (Red+Green+Blue) = 245+44+170=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F52CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52CAA is #0AD355. Grayscale: #767676. Windows color (decimal): -709462 or 11152629. OLE color: 11152629.

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

Color convert

RGB 245 44 170 -
CMYK 0 0.82 0.31 0.04
HSL 322.39º 0.91% 0.57% -
HSV(B) 322.39º 0.82% 0.96% -
XYZ 45.81 24.12 40.27 -
YUV 118.46 157.09 218.25 -
System Red Green Blue C M Y K H S L
Decimal 245 44 170 0 0.82 0.31 0.04 322.39 0.91 0.57
Hex F5 2C AA 0 52 1F 4 142 5B 39
Octal 365 54 252 0 122 37 4 502 133 71
Binary 11110101 101100 10101010 0 1010010 11111 100 101000010 1011011 111001

Color Harmonies of #F52CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52CAA

Black with #F52CAA

Text Example


Text Example

White with #F52CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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