Html Css Color HEX #FC2DB8 Spicy Pink

📋 copy color: '#FC2DB8'

red 252 ◦ green 45 ◦ blue 184

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

Shades of Spicy Pink #FC2DB8

Tints of Spicy Pink #FC2DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.25%

R = 52.39%
G = 9.36%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC2DB8 (or 0xFC2DB8) is known color: Spicy Pink. HEX triplet: FC, 2D and B8. RGB value is (252,45,184). Sum of RGB (Red+Green+Blue) = 252+45+184=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 45 (17.97% from 255 or 9.36% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2DB8 is #03D247. Grayscale: #7A7A7A. Windows color (decimal): -250440 or 12070396. OLE color: 12070396.

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

Color convert

RGB 252 45 184 -
CMYK 0 0.82 0.27 0.01
HSL 319.71º 0.97% 0.58% -
HSV(B) 319.71º 0.82% 0.99% -
XYZ 49.74 26.03 47.75 -
YUV 122.74 162.58 220.2 -
System Red Green Blue C M Y K H S L
Decimal 252 45 184 0 0.82 0.27 0.01 319.71 0.97 0.58
Hex FC 2D B8 0 52 1B 1 140 61 3A
Octal 374 55 270 0 122 33 1 500 141 72
Binary 11111100 101101 10111000 0 1010010 11011 1 101000000 1100001 111010

Color Harmonies of #FC2DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2DB8

Black with #FC2DB8

Text Example


Text Example

White with #FC2DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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