#FE1FB4

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

Shades of Spicy Pink #FE1FB4

Tints of Spicy Pink #FE1FB4

Color information

#FE1FB4 (or 0xFE1FB4) is unknown color: approx Spicy Pink. HEX triplet: FE, 1F and B4. RGB value is (254,31,180). Sum of RGB (Red+Green+Blue) = 254+31+180=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1FB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1FB4 is #01E04B. Grayscale: #727272. Windows color (decimal): -122956 or 11804670. OLE color: 11804670.

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

Color convert

RGB25431180-
CMYK00.880.290.00
HSL319.91º99.11%55.88%-
HSV(B)319.91º87.8%99.61%-
XYZ49.625.3545.46-
YUV114.66164.88227.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.62%
GREEN value IS 31 (12.5% from 255) = 6.67%
BLUE value IS 180 (70.70% from 255) = 38.71%
R=54.62%
G=6.67%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2543118000.880.290.00319.9199.1155.88
HexFE1FB40581D01406338
Octal37637264013035050014370
Binary111111101111110110100010110001110101010000001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1FB4; }

 p { color: rgb(254,31,180); }

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

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

 a { background-color: rgb(254,31,180); }

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

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

 span { border-color: rgb(254,31,180); }

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