Html Css Color HEX #FC32A9 Persian Rose

📋 copy color: '#FC32A9'

red 252 ◦ green 50 ◦ blue 169

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

Shades of Persian Rose #FC32A9

Tints of Persian Rose #FC32A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.88%

R = 53.5%
G = 10.62%
B = 35.88%

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

#FC32A9 (or 0xFC32A9) is known color: Persian Rose. HEX triplet: FC, 32 and A9. RGB value is (252,50,169). Sum of RGB (Red+Green+Blue) = 252+50+169=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC32A9 is #03CD56. Grayscale: #7B7B7B. Windows color (decimal): -249175 or 11088636. OLE color: 11088636.

HSL color Cylindrical-coordinate representation of color #FC32A9: hue angle of 324.65º 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 #FC32A9 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 50 169 -
CMYK 0 0.80 0.33 0.01
HSL 324.65º 0.97% 0.59% -
HSV(B) 324.65º 0.8% 0.99% -
XYZ 48.45 25.84 39.97 -
YUV 123.96 153.42 219.32 -
System Red Green Blue C M Y K H S L
Decimal 252 50 169 0 0.80 0.33 0.01 324.65 0.97 0.59
Hex FC 32 A9 0 50 21 1 145 61 3B
Octal 374 62 251 0 120 41 1 505 141 73
Binary 11111100 110010 10101001 0 1010000 100001 1 101000101 1100001 111011

Color Harmonies of #FC32A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC32A9

Black with #FC32A9

Text Example


Text Example

White with #FC32A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC32A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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