Html Css Color HEX #FC1AAC Spicy Pink

📋 copy color: '#FC1AAC'

red 252 ◦ green 26 ◦ blue 172

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

Shades of Spicy Pink #FC1AAC

Tints of Spicy Pink #FC1AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.22%

R = 56%
G = 5.78%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC1AAC (or 0xFC1AAC) is known color: Spicy Pink. HEX triplet: FC, 1A and AC. RGB value is (252,26,172). Sum of RGB (Red+Green+Blue) = 252+26+172=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 26 (10.55% from 255 or 5.78% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1AAC is #03E553. Grayscale: #6D6D6D. Windows color (decimal): -255316 or 11279100. OLE color: 11279100.

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

Color convert

RGB 252 26 172 -
CMYK 0 0.90 0.32 0.01
HSL 321.24º 0.97% 0.55% -
HSV(B) 321.24º 0.9% 0.99% -
XYZ 47.96 24.41 41.21 -
YUV 110.22 162.87 229.13 -
System Red Green Blue C M Y K H S L
Decimal 252 26 172 0 0.90 0.32 0.01 321.24 0.97 0.55
Hex FC 1A AC 0 5A 20 1 141 61 37
Octal 374 32 254 0 132 40 1 501 141 67
Binary 11111100 11010 10101100 0 1011010 100000 1 101000001 1100001 110111

Color Harmonies of #FC1AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1AAC

Black with #FC1AAC

Text Example


Text Example

White with #FC1AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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