Html Css Color HEX #FC1EA8 Spicy Pink

📋 copy color: '#FC1EA8'

red 252 ◦ green 30 ◦ blue 168

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

Shades of Spicy Pink #FC1EA8

Tints of Spicy Pink #FC1EA8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.67%

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

R = 56%
G = 6.67%
B = 37.33%

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

#FC1EA8 (or 0xFC1EA8) is known color: Spicy Pink. HEX triplet: FC, 1E and A8. RGB value is (252,30,168). Sum of RGB (Red+Green+Blue) = 252+30+168=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1EA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1EA8 is #03E157. Grayscale: #6F6F6F. Windows color (decimal): -254296 or 11017980. OLE color: 11017980.

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

Color convert

RGB 252 30 168 -
CMYK 0 0.88 0.33 0.01
HSL 322.7º 0.97% 0.55% -
HSV(B) 322.7º 0.88% 0.99% -
XYZ 47.68 24.45 39.25 -
YUV 112.11 159.55 227.78 -
System Red Green Blue C M Y K H S L
Decimal 252 30 168 0 0.88 0.33 0.01 322.7 0.97 0.55
Hex FC 1E A8 0 58 21 1 143 61 37
Octal 374 36 250 0 130 41 1 503 141 67
Binary 11111100 11110 10101000 0 1011000 100001 1 101000011 1100001 110111

Color Harmonies of #FC1EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1EA8

Black with #FC1EA8

Text Example


Text Example

White with #FC1EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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