Html Css Color HEX #FC1EAA Spicy Pink

📋 copy color: '#FC1EAA'

red 252 ◦ green 30 ◦ blue 170

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

Shades of Spicy Pink #FC1EAA

Tints of Spicy Pink #FC1EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.61%

R = 55.75%
G = 6.64%
B = 37.61%

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

#FC1EAA (or 0xFC1EAA) is known color: Spicy Pink. HEX triplet: FC, 1E and AA. RGB value is (252,30,170). Sum of RGB (Red+Green+Blue) = 252+30+170=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 30 (12.11% from 255 or 6.64% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1EAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1EAA is #03E155. Grayscale: #707070. Windows color (decimal): -254294 or 11149052. OLE color: 11149052.

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

Color convert

RGB 252 30 170 -
CMYK 0 0.88 0.33 0.01
HSL 322.16º 0.97% 0.55% -
HSV(B) 322.16º 0.88% 0.99% -
XYZ 47.86 24.53 40.24 -
YUV 112.34 160.55 227.62 -
System Red Green Blue C M Y K H S L
Decimal 252 30 170 0 0.88 0.33 0.01 322.16 0.97 0.55
Hex FC 1E AA 0 58 21 1 142 61 37
Octal 374 36 252 0 130 41 1 502 141 67
Binary 11111100 11110 10101010 0 1011000 100001 1 101000010 1100001 110111

Color Harmonies of #FC1EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1EAA

Black with #FC1EAA

Text Example


Text Example

White with #FC1EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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