Html Css Color HEX #FC1EAB Spicy Pink

📋 copy color: '#FC1EAB'

red 252 ◦ green 30 ◦ blue 171

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

Shades of Spicy Pink #FC1EAB

Tints of Spicy Pink #FC1EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.75%

R = 55.63%
G = 6.62%
B = 37.75%

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

#FC1EAB (or 0xFC1EAB) is known color: Spicy Pink. HEX triplet: FC, 1E and AB. RGB value is (252,30,171). Sum of RGB (Red+Green+Blue) = 252+30+171=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 30 (12.11% from 255 or 6.62% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1EAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1EAB is #03E154. Grayscale: #707070. Windows color (decimal): -254293 or 11214588. OLE color: 11214588.

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

Color convert

RGB 252 30 171 -
CMYK 0 0.88 0.32 0.01
HSL 321.89º 0.97% 0.55% -
HSV(B) 321.89º 0.88% 0.99% -
XYZ 47.96 24.56 40.74 -
YUV 112.45 161.05 227.54 -
System Red Green Blue C M Y K H S L
Decimal 252 30 171 0 0.88 0.32 0.01 321.89 0.97 0.55
Hex FC 1E AB 0 58 20 1 142 61 37
Octal 374 36 253 0 130 40 1 502 141 67
Binary 11111100 11110 10101011 0 1011000 100000 1 101000010 1100001 110111

Color Harmonies of #FC1EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1EAB

Black with #FC1EAB

Text Example


Text Example

White with #FC1EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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