#FC20B1

Color #FC20B1 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #FC20B1

Tints of Spicy Pink #FC20B1

Color information

#FC20B1 (or 0xFC20B1) is unknown color: approx Spicy Pink. HEX triplet: FC, 20 and B1. RGB value is (252,32,177). Sum of RGB (Red+Green+Blue) = 252+32+177=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC20B1 is #03DF4E. Grayscale: #717171. Windows color (decimal): -253775 or 11608316. OLE color: 11608316.

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

Color convert

RGB25232177-
CMYK00.870.300.01
HSL320.45º97.35%55.69%-
HSV(B)320.45º87.3%98.82%-
XYZ48.624.943.84-
YUV114.31163.39226.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.66%
GREEN value IS 32 (12.89% from 255) = 6.94%
BLUE value IS 177 (69.53% from 255) = 38.39%
R=54.66%
G=6.94%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2523217700.870.300.01320.4597.3555.69
HexFC20B10571E11406138
Octal37440261012736150014170
Binary1111110010000010110001010101111111011010000001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC20B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC20B1; }

 p { color: rgb(252,32,177); }

 H1.HeaderClassName
 {
   color: #FC20B1;
 }
 .AnyTagClassName
 {
   color: #FC20B1;
 }
</style>
background-color css

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

 a { background-color: rgb(252,32,177); }

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

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

 span { border-color: rgb(252,32,177); }

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