Html Css Color HEX #FC2CB1 Spicy Pink

📋 copy color: '#FC2CB1'

red 252 ◦ green 44 ◦ blue 177

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

Shades of Spicy Pink #FC2CB1

Tints of Spicy Pink #FC2CB1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.3%

 BLUE value IS 177 (69.53% from 255) = 37.42%

R = 53.28%
G = 9.3%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC2CB1 (or 0xFC2CB1) is known color: Spicy Pink. HEX triplet: FC, 2C and B1. RGB value is (252,44,177). Sum of RGB (Red+Green+Blue) = 252+44+177=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 44 (17.58% from 255 or 9.30% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2CB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2CB1 is #03D34E. Grayscale: #797979. Windows color (decimal): -250703 or 11611388. OLE color: 11611388.

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

Color convert

RGB 252 44 177 -
CMYK 0 0.83 0.30 0.01
HSL 321.63º 0.97% 0.58% -
HSV(B) 321.63º 0.83% 0.99% -
XYZ 48.98 25.67 43.97 -
YUV 121.35 159.41 221.19 -
System Red Green Blue C M Y K H S L
Decimal 252 44 177 0 0.83 0.30 0.01 321.63 0.97 0.58
Hex FC 2C B1 0 53 1E 1 142 61 3A
Octal 374 54 261 0 123 36 1 502 141 72
Binary 11111100 101100 10110001 0 1010011 11110 1 101000010 1100001 111010

Color Harmonies of #FC2CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2CB1

Black with #FC2CB1

Text Example


Text Example

White with #FC2CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2CB1; }

 p { color: rgb(252,44,177); }

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

background-color css

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

 a { background-color: rgb(252,44,177); }

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

border-color css

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

 span { border-color: rgb(252,44,177); }

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