#FE0FB1

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

Shades of Spicy Pink #FE0FB1

Tints of Spicy Pink #FE0FB1

Color information

#FE0FB1 (or 0xFE0FB1) is unknown color: approx Spicy Pink. HEX triplet: FE, 0F and B1. RGB value is (254,15,177). Sum of RGB (Red+Green+Blue) = 254+15+177=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0FB1 is #01F04E. Grayscale: #686868. Windows color (decimal): -127055 or 11603966. OLE color: 11603966.

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

Color convert

RGB25415177-
CMYK00.940.300.00
HSL319.33º99.17%52.75%-
HSV(B)319.33º94.09%99.61%-
XYZ48.9824.5943.76-
YUV104.93168.68234.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.95%
GREEN value IS 15 (6.25% from 255) = 3.36%
BLUE value IS 177 (69.53% from 255) = 39.69%
R=56.95%
G=3.36%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541517700.940.300.00319.3399.1752.75
HexFEFB105E1E013f6335
Octal37617261013636047714365
Binary11111110111110110001010111101111001001111111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0FB1; }

 p { color: rgb(254,15,177); }

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

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

 a { background-color: rgb(254,15,177); }

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

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

 span { border-color: rgb(254,15,177); }

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