#FE20BD

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

Shades of Spicy Pink #FE20BD

Tints of Spicy Pink #FE20BD

Color information

#FE20BD (or 0xFE20BD) is unknown color: approx Spicy Pink. HEX triplet: FE, 20 and BD. RGB value is (254,32,189). Sum of RGB (Red+Green+Blue) = 254+32+189=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 32 (12.89% from 255 or 6.74% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE20BD is #01DF42. Grayscale: #737373. Windows color (decimal): -122691 or 12394750. OLE color: 12394750.

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

Color convert

RGB25432189-
CMYK00.870.260.00
HSL317.57º99.11%56.08%-
HSV(B)317.57º87.4%99.61%-
XYZ50.5725.7850.45-
YUV116.28169.05226.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.47%
GREEN value IS 32 (12.89% from 255) = 6.74%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=53.47%
G=6.74%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2543218900.870.260.00317.5799.1156.08
HexFE20BD0571A013e6338
Octal37640275012732047614370
Binary1111111010000010111101010101111101001001111101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE20BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE20BD; }

 p { color: rgb(254,32,189); }

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

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

 a { background-color: rgb(254,32,189); }

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

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

 span { border-color: rgb(254,32,189); }

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