Html Css Color HEX #FC2DB2 Spicy Pink

📋 copy color: '#FC2DB2'

red 252 ◦ green 45 ◦ blue 178

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

Shades of Spicy Pink #FC2DB2

Tints of Spicy Pink #FC2DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.47%

R = 53.05%
G = 9.47%
B = 37.47%

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

#FC2DB2 (or 0xFC2DB2) is known color: Spicy Pink. HEX triplet: FC, 2D and B2. RGB value is (252,45,178). Sum of RGB (Red+Green+Blue) = 252+45+178=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2DB2 is #03D24D. Grayscale: #797979. Windows color (decimal): -250446 or 11677180. OLE color: 11677180.

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

Color convert

RGB 252 45 178 -
CMYK 0 0.82 0.29 0.01
HSL 321.45º 0.97% 0.58% -
HSV(B) 321.45º 0.82% 0.99% -
XYZ 49.12 25.79 44.51 -
YUV 122.06 159.58 220.69 -
System Red Green Blue C M Y K H S L
Decimal 252 45 178 0 0.82 0.29 0.01 321.45 0.97 0.58
Hex FC 2D B2 0 52 1D 1 141 61 3A
Octal 374 55 262 0 122 35 1 501 141 72
Binary 11111100 101101 10110010 0 1010010 11101 1 101000001 1100001 111010

Color Harmonies of #FC2DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2DB2

Black with #FC2DB2

Text Example


Text Example

White with #FC2DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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