Html Css Color HEX #FC1DAC Spicy Pink

📋 copy color: '#FC1DAC'

red 252 ◦ green 29 ◦ blue 172

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

Shades of Spicy Pink #FC1DAC

Tints of Spicy Pink #FC1DAC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.4%

 BLUE value IS 172 (67.58% from 255) = 37.97%

R = 55.63%
G = 6.4%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC1DAC (or 0xFC1DAC) is known color: Spicy Pink. HEX triplet: FC, 1D and AC. RGB value is (252,29,172). Sum of RGB (Red+Green+Blue) = 252+29+172=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 29 (11.72% from 255 or 6.40% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1DAC is #03E253. Grayscale: #6F6F6F. Windows color (decimal): -254548 or 11279868. OLE color: 11279868.

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

Color convert

RGB 252 29 172 -
CMYK 0 0.88 0.32 0.01
HSL 321.52º 0.97% 0.55% -
HSV(B) 321.52º 0.88% 0.99% -
XYZ 48.03 24.55 41.24 -
YUV 111.98 161.88 227.87 -
System Red Green Blue C M Y K H S L
Decimal 252 29 172 0 0.88 0.32 0.01 321.52 0.97 0.55
Hex FC 1D AC 0 58 20 1 142 61 37
Octal 374 35 254 0 130 40 1 502 141 67
Binary 11111100 11101 10101100 0 1011000 100000 1 101000010 1100001 110111

Color Harmonies of #FC1DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1DAC

Black with #FC1DAC

Text Example


Text Example

White with #FC1DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1DAC; }

 p { color: rgb(252,29,172); }

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

background-color css

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

 a { background-color: rgb(252,29,172); }

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

border-color css

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

 span { border-color: rgb(252,29,172); }

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