#FE109A

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

Shades of Deep Pink #FE109A

Tints of Deep Pink #FE109A

Color information

#FE109A (or 0xFE109A) is unknown color: approx Deep Pink. HEX triplet: FE, 10 and 9A. RGB value is (254,16,154). Sum of RGB (Red+Green+Blue) = 254+16+154=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 16 (6.64% from 255 or 3.77% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE109A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE109A is #01EF65. Grayscale: #666666. Windows color (decimal): -126822 or 10096894. OLE color: 10096894.

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

Color convert

RGB25416154-
CMYK00.940.390.00
HSL325.21º99.17%52.94%-
HSV(B)325.21º93.7%99.61%-
XYZ46.8923.7732.69-
YUV102.89156.85235.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 59.91%
GREEN value IS 16 (6.64% from 255) = 3.77%
BLUE value IS 154 (60.55% from 255) = 36.32%
R=59.91%
G=3.77%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541615400.940.390.00325.2199.1752.94
HexFE109A05E2701456335
Octal37620232013647050514365
Binary1111111010000100110100101111010011101010001011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE109A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE109A; }

 p { color: rgb(254,16,154); }

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

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

 a { background-color: rgb(254,16,154); }

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

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

 span { border-color: rgb(254,16,154); }

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