#FE1BAF

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

Shades of Spicy Pink #FE1BAF

Tints of Spicy Pink #FE1BAF

Color information

#FE1BAF (or 0xFE1BAF) is unknown color: approx Spicy Pink. HEX triplet: FE, 1B and AF. RGB value is (254,27,175). Sum of RGB (Red+Green+Blue) = 254+27+175=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 27 (10.94% from 255 or 5.92% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1BAF is #01E450. Grayscale: #6F6F6F. Windows color (decimal): -123985 or 11475966. OLE color: 11475966.

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

Color convert

RGB25427175-
CMYK00.890.310.00
HSL320.88º99.13%55.1%-
HSV(B)320.88º89.37%99.61%-
XYZ4924.9542.79-
YUV111.74163.71229.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.70%
GREEN value IS 27 (10.94% from 255) = 5.92%
BLUE value IS 175 (68.75% from 255) = 38.38%
R=55.70%
G=5.92%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542717500.890.310.00320.8899.1355.1
HexFE1BAF0591F01416337
Octal37633257013137050114367
Binary111111101101110101111010110011111101010000011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1BAF; }

 p { color: rgb(254,27,175); }

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

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

 a { background-color: rgb(254,27,175); }

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

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

 span { border-color: rgb(254,27,175); }

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