Html Css Color HEX #FC1AB2 Spicy Pink

📋 copy color: '#FC1AB2'

red 252 ◦ green 26 ◦ blue 178

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

Shades of Spicy Pink #FC1AB2

Tints of Spicy Pink #FC1AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.04%

R = 55.26%
G = 5.7%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC1AB2 (or 0xFC1AB2) is known color: Spicy Pink. HEX triplet: FC, 1A and B2. RGB value is (252,26,178). Sum of RGB (Red+Green+Blue) = 252+26+178=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1AB2 is #03E54D. Grayscale: #6E6E6E. Windows color (decimal): -255310 or 11672316. OLE color: 11672316.

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

Color convert

RGB 252 26 178 -
CMYK 0 0.90 0.29 0.01
HSL 319.65º 0.97% 0.55% -
HSV(B) 319.65º 0.9% 0.99% -
XYZ 48.55 24.65 44.32 -
YUV 110.9 165.87 228.64 -
System Red Green Blue C M Y K H S L
Decimal 252 26 178 0 0.90 0.29 0.01 319.65 0.97 0.55
Hex FC 1A B2 0 5A 1D 1 140 61 37
Octal 374 32 262 0 132 35 1 500 141 67
Binary 11111100 11010 10110010 0 1011010 11101 1 101000000 1100001 110111

Color Harmonies of #FC1AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1AB2

Black with #FC1AB2

Text Example


Text Example

White with #FC1AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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