#FE26B9

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

Shades of Spicy Pink #FE26B9

Tints of Spicy Pink #FE26B9

Color information

#FE26B9 (or 0xFE26B9) is unknown color: approx Spicy Pink. HEX triplet: FE, 26 and B9. RGB value is (254,38,185). Sum of RGB (Red+Green+Blue) = 254+38+185=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 38 (15.23% from 255 or 7.97% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE26B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE26B9 is #01D946. Grayscale: #767676. Windows color (decimal): -121159 or 12134142. OLE color: 12134142.

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

Color convert

RGB25438185-
CMYK00.850.270.00
HSL319.17º99.08%57.25%-
HSV(B)319.17º85.04%99.61%-
XYZ50.3225.9648.26-
YUV119.34165.06224.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.25%
GREEN value IS 38 (15.23% from 255) = 7.97%
BLUE value IS 185 (72.66% from 255) = 38.78%
R=53.25%
G=7.97%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2543818500.850.270.00319.1799.0857.25
HexFE26B90551B013f6339
Octal37646271012533047714371
Binary1111111010011010111001010101011101101001111111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE26B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE26B9; }

 p { color: rgb(254,38,185); }

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

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

 a { background-color: rgb(254,38,185); }

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

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

 span { border-color: rgb(254,38,185); }

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