Html Css Color HEX #FC1DA8 Spicy Pink

📋 copy color: '#FC1DA8'

red 252 ◦ green 29 ◦ blue 168

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

Shades of Spicy Pink #FC1DA8

Tints of Spicy Pink #FC1DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.42%

R = 56.12%
G = 6.46%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC1DA8 (or 0xFC1DA8) is known color: Spicy Pink. HEX triplet: FC, 1D and A8. RGB value is (252,29,168). Sum of RGB (Red+Green+Blue) = 252+29+168=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1DA8 is #03E257. Grayscale: #6F6F6F. Windows color (decimal): -254552 or 11017724. OLE color: 11017724.

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

Color convert

RGB 252 29 168 -
CMYK 0 0.88 0.33 0.01
HSL 322.6º 0.97% 0.55% -
HSV(B) 322.6º 0.88% 0.99% -
XYZ 47.65 24.4 39.24 -
YUV 111.52 159.88 228.2 -
System Red Green Blue C M Y K H S L
Decimal 252 29 168 0 0.88 0.33 0.01 322.6 0.97 0.55
Hex FC 1D A8 0 58 21 1 143 61 37
Octal 374 35 250 0 130 41 1 503 141 67
Binary 11111100 11101 10101000 0 1011000 100001 1 101000011 1100001 110111

Color Harmonies of #FC1DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1DA8

Black with #FC1DA8

Text Example


Text Example

White with #FC1DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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