Html Css Color HEX #FC2DB4 Spicy Pink

📋 copy color: '#FC2DB4'

red 252 ◦ green 45 ◦ blue 180

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

Shades of Spicy Pink #FC2DB4

Tints of Spicy Pink #FC2DB4

RGB

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

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

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

R = 52.83%
G = 9.43%
B = 37.74%

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

#FC2DB4 (or 0xFC2DB4) is known color: Spicy Pink. HEX triplet: FC, 2D and B4. RGB value is (252,45,180). Sum of RGB (Red+Green+Blue) = 252+45+180=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2DB4 is #03D24B. Grayscale: #797979. Windows color (decimal): -250444 or 11808252. OLE color: 11808252.

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

Color convert

RGB 252 45 180 -
CMYK 0 0.82 0.29 0.01
HSL 320.87º 0.97% 0.58% -
HSV(B) 320.87º 0.82% 0.99% -
XYZ 49.32 25.87 45.57 -
YUV 122.28 160.58 220.52 -
System Red Green Blue C M Y K H S L
Decimal 252 45 180 0 0.82 0.29 0.01 320.87 0.97 0.58
Hex FC 2D B4 0 52 1D 1 141 61 3A
Octal 374 55 264 0 122 35 1 501 141 72
Binary 11111100 101101 10110100 0 1010010 11101 1 101000001 1100001 111010

Color Harmonies of #FC2DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2DB4

Black with #FC2DB4

Text Example


Text Example

White with #FC2DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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