Html Css Color HEX #FC1AB8 Spicy Pink

📋 copy color: '#FC1AB8'

red 252 ◦ green 26 ◦ blue 184

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

Shades of Spicy Pink #FC1AB8

Tints of Spicy Pink #FC1AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.83%

R = 54.55%
G = 5.63%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC1AB8 (or 0xFC1AB8) is known color: Spicy Pink. HEX triplet: FC, 1A and B8. RGB value is (252,26,184). Sum of RGB (Red+Green+Blue) = 252+26+184=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 26 (10.55% from 255 or 5.63% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1AB8 is #03E547. Grayscale: #6F6F6F. Windows color (decimal): -255304 or 12065532. OLE color: 12065532.

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

Color convert

RGB 252 26 184 -
CMYK 0 0.90 0.27 0.01
HSL 318.05º 0.97% 0.55% -
HSV(B) 318.05º 0.9% 0.99% -
XYZ 49.17 24.89 47.56 -
YUV 111.59 168.87 228.15 -
System Red Green Blue C M Y K H S L
Decimal 252 26 184 0 0.90 0.27 0.01 318.05 0.97 0.55
Hex FC 1A B8 0 5A 1B 1 13E 61 37
Octal 374 32 270 0 132 33 1 476 141 67
Binary 11111100 11010 10111000 0 1011010 11011 1 100111110 1100001 110111

Color Harmonies of #FC1AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1AB8

Black with #FC1AB8

Text Example


Text Example

White with #FC1AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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