Html Css Color HEX #FC21AD Spicy Pink

📋 copy color: '#FC21AD'

red 252 ◦ green 33 ◦ blue 173

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

Shades of Spicy Pink #FC21AD

Tints of Spicy Pink #FC21AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.77%

R = 55.02%
G = 7.21%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC21AD (or 0xFC21AD) is known color: Spicy Pink. HEX triplet: FC, 21 and AD. RGB value is (252,33,173). Sum of RGB (Red+Green+Blue) = 252+33+173=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC21AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC21AD is #03DE52. Grayscale: #727272. Windows color (decimal): -253523 or 11346428. OLE color: 11346428.

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

Color convert

RGB 252 33 173 -
CMYK 0 0.87 0.31 0.01
HSL 321.64º 0.97% 0.56% -
HSV(B) 321.64º 0.87% 0.99% -
XYZ 48.23 24.8 41.78 -
YUV 114.44 161.05 226.12 -
System Red Green Blue C M Y K H S L
Decimal 252 33 173 0 0.87 0.31 0.01 321.64 0.97 0.56
Hex FC 21 AD 0 57 1F 1 142 61 38
Octal 374 41 255 0 127 37 1 502 141 70
Binary 11111100 100001 10101101 0 1010111 11111 1 101000010 1100001 111000

Color Harmonies of #FC21AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC21AD

Black with #FC21AD

Text Example


Text Example

White with #FC21AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC21AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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