Html Css Color HEX #FC1BA8 Spicy Pink

📋 copy color: '#FC1BA8'

red 252 ◦ green 27 ◦ blue 168

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

Shades of Spicy Pink #FC1BA8

Tints of Spicy Pink #FC1BA8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.04%

 BLUE value IS 168 (66.02% from 255) = 37.58%

R = 56.38%
G = 6.04%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC1BA8 (or 0xFC1BA8) is known color: Spicy Pink. HEX triplet: FC, 1B and A8. RGB value is (252,27,168). Sum of RGB (Red+Green+Blue) = 252+27+168=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1BA8 is #03E457. Grayscale: #6E6E6E. Windows color (decimal): -255064 or 11017212. OLE color: 11017212.

HSL color Cylindrical-coordinate representation of color #FC1BA8: hue angle of 322.4º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1BA8 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 27 168 -
CMYK 0 0.89 0.33 0.01
HSL 322.4º 0.97% 0.55% -
HSV(B) 322.4º 0.89% 0.99% -
XYZ 47.6 24.31 39.23 -
YUV 110.35 160.54 229.04 -
System Red Green Blue C M Y K H S L
Decimal 252 27 168 0 0.89 0.33 0.01 322.4 0.97 0.55
Hex FC 1B A8 0 59 21 1 142 61 37
Octal 374 33 250 0 131 41 1 502 141 67
Binary 11111100 11011 10101000 0 1011001 100001 1 101000010 1100001 110111

Color Harmonies of #FC1BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1BA8

Black with #FC1BA8

Text Example


Text Example

White with #FC1BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1BA8; }

 p { color: rgb(252,27,168); }

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

background-color css

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

 a { background-color: rgb(252,27,168); }

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

border-color css

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

 span { border-color: rgb(252,27,168); }

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