Html Css Color HEX #FC32AB Persian Rose

📋 copy color: '#FC32AB'

red 252 ◦ green 50 ◦ blue 171

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

Shades of Persian Rose #FC32AB

Tints of Persian Rose #FC32AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.15%

R = 53.28%
G = 10.57%
B = 36.15%

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

#FC32AB (or 0xFC32AB) is known color: Persian Rose. HEX triplet: FC, 32 and AB. RGB value is (252,50,171). Sum of RGB (Red+Green+Blue) = 252+50+171=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC32AB is #03CD54. Grayscale: #7B7B7B. Windows color (decimal): -249173 or 11219708. OLE color: 11219708.

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

Color convert

RGB 252 50 171 -
CMYK 0 0.80 0.32 0.01
HSL 324.06º 0.97% 0.59% -
HSV(B) 324.06º 0.8% 0.99% -
XYZ 48.64 25.92 40.97 -
YUV 124.19 154.42 219.16 -
System Red Green Blue C M Y K H S L
Decimal 252 50 171 0 0.80 0.32 0.01 324.06 0.97 0.59
Hex FC 32 AB 0 50 20 1 144 61 3B
Octal 374 62 253 0 120 40 1 504 141 73
Binary 11111100 110010 10101011 0 1010000 100000 1 101000100 1100001 111011

Color Harmonies of #FC32AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC32AB

Black with #FC32AB

Text Example


Text Example

White with #FC32AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC32AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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