Html Css Color HEX #FC2DB3 Spicy Pink

📋 copy color: '#FC2DB3'

red 252 ◦ green 45 ◦ blue 179

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

Shades of Spicy Pink #FC2DB3

Tints of Spicy Pink #FC2DB3

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.45%

 BLUE value IS 179 (70.31% from 255) = 37.61%

R = 52.94%
G = 9.45%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC2DB3 (or 0xFC2DB3) is known color: Spicy Pink. HEX triplet: FC, 2D and B3. RGB value is (252,45,179). Sum of RGB (Red+Green+Blue) = 252+45+179=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2DB3 is #03D24C. Grayscale: #797979. Windows color (decimal): -250445 or 11742716. OLE color: 11742716.

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

Color convert

RGB 252 45 179 -
CMYK 0 0.82 0.29 0.01
HSL 321.16º 0.97% 0.58% -
HSV(B) 321.16º 0.82% 0.99% -
XYZ 49.22 25.83 45.04 -
YUV 122.17 160.08 220.6 -
System Red Green Blue C M Y K H S L
Decimal 252 45 179 0 0.82 0.29 0.01 321.16 0.97 0.58
Hex FC 2D B3 0 52 1D 1 141 61 3A
Octal 374 55 263 0 122 35 1 501 141 72
Binary 11111100 101101 10110011 0 1010010 11101 1 101000001 1100001 111010

Color Harmonies of #FC2DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2DB3

Black with #FC2DB3

Text Example


Text Example

White with #FC2DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2DB3; }

 p { color: rgb(252,45,179); }

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

background-color css

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

 a { background-color: rgb(252,45,179); }

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

border-color css

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

 span { border-color: rgb(252,45,179); }

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