#FE17A5

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

Shades of Spicy Pink #FE17A5

Tints of Spicy Pink #FE17A5

Color information

#FE17A5 (or 0xFE17A5) is unknown color: approx Spicy Pink. HEX triplet: FE, 17 and A5. RGB value is (254,23,165). Sum of RGB (Red+Green+Blue) = 254+23+165=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 23 (9.38% from 255 or 5.20% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE17A5 is #01E85A. Grayscale: #6B6B6B. Windows color (decimal): -125019 or 10819582. OLE color: 10819582.

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

Color convert

RGB25423165-
CMYK00.910.350.00
HSL323.12º99.14%54.31%-
HSV(B)323.12º90.94%99.61%-
XYZ47.9724.437.78-
YUV108.26160.03231.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.47%
GREEN value IS 23 (9.38% from 255) = 5.20%
BLUE value IS 165 (64.84% from 255) = 37.33%
R=57.47%
G=5.20%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542316500.910.350.00323.1299.1454.31
HexFE17A505B2301436336
Octal37627245013343050314366
Binary1111111010111101001010101101110001101010000111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE17A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE17A5; }

 p { color: rgb(254,23,165); }

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

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

 a { background-color: rgb(254,23,165); }

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

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

 span { border-color: rgb(254,23,165); }

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