Html Css Color HEX #FC21B8 Spicy Pink

📋 copy color: '#FC21B8'

red 252 ◦ green 33 ◦ blue 184

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

Shades of Spicy Pink #FC21B8

Tints of Spicy Pink #FC21B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.23%

R = 53.73%
G = 7.04%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC21B8 (or 0xFC21B8) is known color: Spicy Pink. HEX triplet: FC, 21 and B8. RGB value is (252,33,184). Sum of RGB (Red+Green+Blue) = 252+33+184=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 33 (13.28% from 255 or 7.04% from 469); Blue value is 184 (72.27% from 255 or 39.23% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC21B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC21B8 is #03DE47. Grayscale: #737373. Windows color (decimal): -253512 or 12067324. OLE color: 12067324.

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

Color convert

RGB 252 33 184 -
CMYK 0 0.87 0.27 0.01
HSL 318.63º 0.97% 0.56% -
HSV(B) 318.63º 0.87% 0.99% -
XYZ 49.34 25.24 47.62 -
YUV 115.7 166.55 225.22 -
System Red Green Blue C M Y K H S L
Decimal 252 33 184 0 0.87 0.27 0.01 318.63 0.97 0.56
Hex FC 21 B8 0 57 1B 1 13F 61 38
Octal 374 41 270 0 127 33 1 477 141 70
Binary 11111100 100001 10111000 0 1010111 11011 1 100111111 1100001 111000

Color Harmonies of #FC21B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC21B8

Black with #FC21B8

Text Example


Text Example

White with #FC21B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC21B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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