Html Css Color HEX #FC2CB9 Spicy Pink

📋 copy color: '#FC2CB9'

red 252 ◦ green 44 ◦ blue 185

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

Shades of Spicy Pink #FC2CB9

Tints of Spicy Pink #FC2CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.46%

R = 52.39%
G = 9.15%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC2CB9 (or 0xFC2CB9) is known color: Spicy Pink. HEX triplet: FC, 2C and B9. RGB value is (252,44,185). Sum of RGB (Red+Green+Blue) = 252+44+185=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 44 (17.58% from 255 or 9.15% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2CB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2CB9 is #03D346. Grayscale: #797979. Windows color (decimal): -250695 or 12135676. OLE color: 12135676.

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

Color convert

RGB 252 44 185 -
CMYK 0 0.83 0.27 0.01
HSL 319.33º 0.97% 0.58% -
HSV(B) 319.33º 0.83% 0.99% -
XYZ 49.8 26 48.29 -
YUV 122.27 163.41 220.54 -
System Red Green Blue C M Y K H S L
Decimal 252 44 185 0 0.83 0.27 0.01 319.33 0.97 0.58
Hex FC 2C B9 0 53 1B 1 13F 61 3A
Octal 374 54 271 0 123 33 1 477 141 72
Binary 11111100 101100 10111001 0 1010011 11011 1 100111111 1100001 111010

Color Harmonies of #FC2CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2CB9

Black with #FC2CB9

Text Example


Text Example

White with #FC2CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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