Html Css Color HEX #FC1AA1 Spicy Pink

📋 copy color: '#FC1AA1'

red 252 ◦ green 26 ◦ blue 161

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

Shades of Spicy Pink #FC1AA1

Tints of Spicy Pink #FC1AA1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.92%

 BLUE value IS 161 (63.28% from 255) = 36.67%

R = 57.4%
G = 5.92%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC1AA1 (or 0xFC1AA1) is known color: Spicy Pink. HEX triplet: FC, 1A and A1. RGB value is (252,26,161). Sum of RGB (Red+Green+Blue) = 252+26+161=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1AA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1AA1 is #03E55E. Grayscale: #6C6C6C. Windows color (decimal): -255327 or 10558204. OLE color: 10558204.

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

Color convert

RGB 252 26 161 -
CMYK 0 0.90 0.36 0.01
HSL 324.16º 0.97% 0.55% -
HSV(B) 324.16º 0.9% 0.99% -
XYZ 46.95 24.01 35.88 -
YUV 108.96 157.37 230.02 -
System Red Green Blue C M Y K H S L
Decimal 252 26 161 0 0.90 0.36 0.01 324.16 0.97 0.55
Hex FC 1A A1 0 5A 24 1 144 61 37
Octal 374 32 241 0 132 44 1 504 141 67
Binary 11111100 11010 10100001 0 1011010 100100 1 101000100 1100001 110111

Color Harmonies of #FC1AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1AA1

Black with #FC1AA1

Text Example


Text Example

White with #FC1AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1AA1; }

 p { color: rgb(252,26,161); }

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

background-color css

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

 a { background-color: rgb(252,26,161); }

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

border-color css

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

 span { border-color: rgb(252,26,161); }

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