Html Css Color HEX #FC21A8 Spicy Pink

📋 copy color: '#FC21A8'

red 252 ◦ green 33 ◦ blue 168

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

Shades of Spicy Pink #FC21A8

Tints of Spicy Pink #FC21A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.09%

R = 55.63%
G = 7.28%
B = 37.09%

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

#FC21A8 (or 0xFC21A8) is known color: Spicy Pink. HEX triplet: FC, 21 and A8. RGB value is (252,33,168). Sum of RGB (Red+Green+Blue) = 252+33+168=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 33 (13.28% from 255 or 7.28% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC21A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC21A8 is #03DE57. Grayscale: #717171. Windows color (decimal): -253528 or 11018748. OLE color: 11018748.

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

Color convert

RGB 252 33 168 -
CMYK 0 0.87 0.33 0.01
HSL 323.01º 0.97% 0.56% -
HSV(B) 323.01º 0.87% 0.99% -
XYZ 47.76 24.61 39.28 -
YUV 113.87 158.55 226.52 -
System Red Green Blue C M Y K H S L
Decimal 252 33 168 0 0.87 0.33 0.01 323.01 0.97 0.56
Hex FC 21 A8 0 57 21 1 143 61 38
Octal 374 41 250 0 127 41 1 503 141 70
Binary 11111100 100001 10101000 0 1010111 100001 1 101000011 1100001 111000

Color Harmonies of #FC21A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC21A8

Black with #FC21A8

Text Example


Text Example

White with #FC21A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC21A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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