Html Css Color HEX #FC21AA Spicy Pink

📋 copy color: '#FC21AA'

red 252 ◦ green 33 ◦ blue 170

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

Shades of Spicy Pink #FC21AA

Tints of Spicy Pink #FC21AA

RGB

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

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

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

R = 55.38%
G = 7.25%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC21AA (or 0xFC21AA) is known color: Spicy Pink. HEX triplet: FC, 21 and AA. RGB value is (252,33,170). Sum of RGB (Red+Green+Blue) = 252+33+170=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC21AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC21AA is #03DE55. Grayscale: #717171. Windows color (decimal): -253526 or 11149820. OLE color: 11149820.

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

Color convert

RGB 252 33 170 -
CMYK 0 0.87 0.33 0.01
HSL 322.47º 0.97% 0.56% -
HSV(B) 322.47º 0.87% 0.99% -
XYZ 47.94 24.69 40.27 -
YUV 114.1 159.55 226.36 -
System Red Green Blue C M Y K H S L
Decimal 252 33 170 0 0.87 0.33 0.01 322.47 0.97 0.56
Hex FC 21 AA 0 57 21 1 142 61 38
Octal 374 41 252 0 127 41 1 502 141 70
Binary 11111100 100001 10101010 0 1010111 100001 1 101000010 1100001 111000

Color Harmonies of #FC21AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC21AA

Black with #FC21AA

Text Example


Text Example

White with #FC21AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC21AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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