#FE117A

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

Shades of Deep Pink #FE117A

Tints of Deep Pink #FE117A

Color information

#FE117A (or 0xFE117A) is unknown color: approx Deep Pink. HEX triplet: FE, 11 and 7A. RGB value is (254,17,122). Sum of RGB (Red+Green+Blue) = 254+17+122=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE117A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE117A is #01EE85. Grayscale: #636363. Windows color (decimal): -126598 or 7999998. OLE color: 7999998.

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

Color convert

RGB25417122-
CMYK00.930.520.00
HSL333.42º99.16%53.14%-
HSV(B)333.42º93.31%99.61%-
XYZ44.5922.8820.48-
YUV99.83140.52237.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 64.63%
GREEN value IS 17 (7.03% from 255) = 4.33%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=64.63%
G=4.33%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541712200.930.520.00333.4299.1653.14
HexFE117A05D34014d6335
Octal37621172013564051514365
Binary111111101000111110100101110111010001010011011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE117A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE117A; }

 p { color: rgb(254,17,122); }

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

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

 a { background-color: rgb(254,17,122); }

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

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

 span { border-color: rgb(254,17,122); }

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