Html Css Color HEX #FC1AB7 Spicy Pink

📋 copy color: '#FC1AB7'

red 252 ◦ green 26 ◦ blue 183

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

Shades of Spicy Pink #FC1AB7

Tints of Spicy Pink #FC1AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.7%

R = 54.66%
G = 5.64%
B = 39.7%

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

#FC1AB7 (or 0xFC1AB7) is known color: Spicy Pink. HEX triplet: FC, 1A and B7. RGB value is (252,26,183). Sum of RGB (Red+Green+Blue) = 252+26+183=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 26 (10.55% from 255 or 5.64% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1AB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1AB7 is #03E548. Grayscale: #6F6F6F. Windows color (decimal): -255305 or 11999996. OLE color: 11999996.

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

Color convert

RGB 252 26 183 -
CMYK 0 0.90 0.27 0.01
HSL 318.32º 0.97% 0.55% -
HSV(B) 318.32º 0.9% 0.99% -
XYZ 49.06 24.85 47.01 -
YUV 111.47 168.37 228.23 -
System Red Green Blue C M Y K H S L
Decimal 252 26 183 0 0.90 0.27 0.01 318.32 0.97 0.55
Hex FC 1A B7 0 5A 1B 1 13E 61 37
Octal 374 32 267 0 132 33 1 476 141 67
Binary 11111100 11010 10110111 0 1011010 11011 1 100111110 1100001 110111

Color Harmonies of #FC1AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1AB7

Black with #FC1AB7

Text Example


Text Example

White with #FC1AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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