Html Css Color HEX #FC1AB6 Spicy Pink

📋 copy color: '#FC1AB6'

red 252 ◦ green 26 ◦ blue 182

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

Shades of Spicy Pink #FC1AB6

Tints of Spicy Pink #FC1AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.57%

R = 54.78%
G = 5.65%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FC1AB6 (or 0xFC1AB6) is known color: Spicy Pink. HEX triplet: FC, 1A and B6. RGB value is (252,26,182). Sum of RGB (Red+Green+Blue) = 252+26+182=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 26 (10.55% from 255 or 5.65% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1AB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1AB6 is #03E549. Grayscale: #6E6E6E. Windows color (decimal): -255306 or 11934460. OLE color: 11934460.

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

Color convert

RGB 252 26 182 -
CMYK 0 0.90 0.28 0.01
HSL 318.58º 0.97% 0.55% -
HSV(B) 318.58º 0.9% 0.99% -
XYZ 48.96 24.81 46.46 -
YUV 111.36 167.87 228.32 -
System Red Green Blue C M Y K H S L
Decimal 252 26 182 0 0.90 0.28 0.01 318.58 0.97 0.55
Hex FC 1A B6 0 5A 1C 1 13F 61 37
Octal 374 32 266 0 132 34 1 477 141 67
Binary 11111100 11010 10110110 0 1011010 11100 1 100111111 1100001 110111

Color Harmonies of #FC1AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1AB6

Black with #FC1AB6

Text Example


Text Example

White with #FC1AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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