Html Css Color HEX #FC32AA Persian Rose

📋 copy color: '#FC32AA'

red 252 ◦ green 50 ◦ blue 170

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

Shades of Persian Rose #FC32AA

Tints of Persian Rose #FC32AA

RGB

 RED value IS 252 (98.83% from 255) = 53.39%

 GREEN value IS 50 (19.92% from 255) = 10.59%

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

R = 53.39%
G = 10.59%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC32AA (or 0xFC32AA) is known color: Persian Rose. HEX triplet: FC, 32 and AA. RGB value is (252,50,170). Sum of RGB (Red+Green+Blue) = 252+50+170=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC32AA is #03CD55. Grayscale: #7B7B7B. Windows color (decimal): -249174 or 11154172. OLE color: 11154172.

HSL color Cylindrical-coordinate representation of color #FC32AA: hue angle of 324.36º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC32AA is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 50 170 -
CMYK 0 0.80 0.33 0.01
HSL 324.36º 0.97% 0.59% -
HSV(B) 324.36º 0.8% 0.99% -
XYZ 48.54 25.88 40.47 -
YUV 124.08 153.92 219.24 -
System Red Green Blue C M Y K H S L
Decimal 252 50 170 0 0.80 0.33 0.01 324.36 0.97 0.59
Hex FC 32 AA 0 50 21 1 144 61 3B
Octal 374 62 252 0 120 41 1 504 141 73
Binary 11111100 110010 10101010 0 1010000 100001 1 101000100 1100001 111011

Color Harmonies of #FC32AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC32AA

Black with #FC32AA

Text Example


Text Example

White with #FC32AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC32AA; }

 p { color: rgb(252,50,170); }

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

background-color css

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

 a { background-color: rgb(252,50,170); }

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

border-color css

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

 span { border-color: rgb(252,50,170); }

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