Html Css Color HEX #FC2CB4 Spicy Pink

📋 copy color: '#FC2CB4'

red 252 ◦ green 44 ◦ blue 180

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

Shades of Spicy Pink #FC2CB4

Tints of Spicy Pink #FC2CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.82%

R = 52.94%
G = 9.24%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC2CB4 (or 0xFC2CB4) is known color: Spicy Pink. HEX triplet: FC, 2C and B4. RGB value is (252,44,180). Sum of RGB (Red+Green+Blue) = 252+44+180=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2CB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2CB4 is #03D34B. Grayscale: #797979. Windows color (decimal): -250700 or 11807996. OLE color: 11807996.

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

Color convert

RGB 252 44 180 -
CMYK 0 0.83 0.29 0.01
HSL 320.77º 0.97% 0.58% -
HSV(B) 320.77º 0.83% 0.99% -
XYZ 49.28 25.79 45.56 -
YUV 121.7 160.91 220.94 -
System Red Green Blue C M Y K H S L
Decimal 252 44 180 0 0.83 0.29 0.01 320.77 0.97 0.58
Hex FC 2C B4 0 53 1D 1 141 61 3A
Octal 374 54 264 0 123 35 1 501 141 72
Binary 11111100 101100 10110100 0 1010011 11101 1 101000001 1100001 111010

Color Harmonies of #FC2CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2CB4

Black with #FC2CB4

Text Example


Text Example

White with #FC2CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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