Html Css Color HEX #FC1CAB Spicy Pink

📋 copy color: '#FC1CAB'

red 252 ◦ green 28 ◦ blue 171

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

Shades of Spicy Pink #FC1CAB

Tints of Spicy Pink #FC1CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.21%

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

R = 55.88%
G = 6.21%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC1CAB (or 0xFC1CAB) is known color: Spicy Pink. HEX triplet: FC, 1C and AB. RGB value is (252,28,171). Sum of RGB (Red+Green+Blue) = 252+28+171=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1CAB is #03E354. Grayscale: #6E6E6E. Windows color (decimal): -254805 or 11214076. OLE color: 11214076.

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

Color convert

RGB 252 28 171 -
CMYK 0 0.89 0.32 0.01
HSL 321.7º 0.97% 0.55% -
HSV(B) 321.7º 0.89% 0.99% -
XYZ 47.91 24.47 40.73 -
YUV 111.28 161.71 228.37 -
System Red Green Blue C M Y K H S L
Decimal 252 28 171 0 0.89 0.32 0.01 321.7 0.97 0.55
Hex FC 1C AB 0 59 20 1 142 61 37
Octal 374 34 253 0 131 40 1 502 141 67
Binary 11111100 11100 10101011 0 1011001 100000 1 101000010 1100001 110111

Color Harmonies of #FC1CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1CAB

Black with #FC1CAB

Text Example


Text Example

White with #FC1CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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