Html Css Color HEX #FC32AC Persian Rose

📋 copy color: '#FC32AC'

red 252 ◦ green 50 ◦ blue 172

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

Shades of Persian Rose #FC32AC

Tints of Persian Rose #FC32AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 53.16%
G = 10.55%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC32AC (or 0xFC32AC) is known color: Persian Rose. HEX triplet: FC, 32 and AC. RGB value is (252,50,172). Sum of RGB (Red+Green+Blue) = 252+50+172=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC32AC is #03CD53. Grayscale: #7C7C7C. Windows color (decimal): -249172 or 11285244. OLE color: 11285244.

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

Color convert

RGB 252 50 172 -
CMYK 0 0.80 0.32 0.01
HSL 323.76º 0.97% 0.59% -
HSV(B) 323.76º 0.8% 0.99% -
XYZ 48.73 25.96 41.47 -
YUV 124.31 154.92 219.08 -
System Red Green Blue C M Y K H S L
Decimal 252 50 172 0 0.80 0.32 0.01 323.76 0.97 0.59
Hex FC 32 AC 0 50 20 1 144 61 3B
Octal 374 62 254 0 120 40 1 504 141 73
Binary 11111100 110010 10101100 0 1010000 100000 1 101000100 1100001 111011

Color Harmonies of #FC32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC32AC

Black with #FC32AC

Text Example


Text Example

White with #FC32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC32AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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