#FE0FB0

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

Shades of Spicy Pink #FE0FB0

Tints of Spicy Pink #FE0FB0

Color information

#FE0FB0 (or 0xFE0FB0) is unknown color: approx Spicy Pink. HEX triplet: FE, 0F and B0. RGB value is (254,15,176). Sum of RGB (Red+Green+Blue) = 254+15+176=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0FB0 is #01F04F. Grayscale: #686868. Windows color (decimal): -127056 or 11538430. OLE color: 11538430.

HSL color Cylindrical-coordinate representation of color #FE0FB0: hue angle of 319.58º 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 #FE0FB0 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB25415176-
CMYK00.940.310.00
HSL319.58º99.17%52.75%-
HSV(B)319.58º94.09%99.61%-
XYZ48.8824.5543.24-
YUV104.82168.18234.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.08%
GREEN value IS 15 (6.25% from 255) = 3.37%
BLUE value IS 176 (69.14% from 255) = 39.55%
R=57.08%
G=3.37%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541517600.940.310.00319.5899.1752.75
HexFEFB005E1F01406335
Octal37617260013637050014365
Binary11111110111110110000010111101111101010000001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0FB0; }

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

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

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

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

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

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

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

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