Html Css Color HEX #FC21AB Spicy Pink

📋 copy color: '#FC21AB'

red 252 ◦ green 33 ◦ blue 171

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

Shades of Spicy Pink #FC21AB

Tints of Spicy Pink #FC21AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.24%

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

R = 55.26%
G = 7.24%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC21AB (or 0xFC21AB) is known color: Spicy Pink. HEX triplet: FC, 21 and AB. RGB value is (252,33,171). Sum of RGB (Red+Green+Blue) = 252+33+171=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 33 (13.28% from 255 or 7.24% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC21AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC21AB is #03DE54. Grayscale: #717171. Windows color (decimal): -253525 or 11215356. OLE color: 11215356.

HSL color Cylindrical-coordinate representation of color #FC21AB: hue angle of 322.19º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC21AB is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 33 171 -
CMYK 0 0.87 0.32 0.01
HSL 322.19º 0.97% 0.56% -
HSV(B) 322.19º 0.87% 0.99% -
XYZ 48.04 24.72 40.77 -
YUV 114.21 160.05 226.28 -
System Red Green Blue C M Y K H S L
Decimal 252 33 171 0 0.87 0.32 0.01 322.19 0.97 0.56
Hex FC 21 AB 0 57 20 1 142 61 38
Octal 374 41 253 0 127 40 1 502 141 70
Binary 11111100 100001 10101011 0 1010111 100000 1 101000010 1100001 111000

Color Harmonies of #FC21AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC21AB

Black with #FC21AB

Text Example


Text Example

White with #FC21AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC21AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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