#FF149E

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

Shades of Deep Pink #FF149E

Tints of Deep Pink #FF149E

Color information

#FF149E (or 0xFF149E) is unknown color: approx Deep Pink. HEX triplet: FF, 14 and 9E. RGB value is (255,20,158). Sum of RGB (Red+Green+Blue) = 255+20+158=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF149E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF149E is #00EB61. Grayscale: #696969. Windows color (decimal): -60258 or 10360063. OLE color: 10360063.

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

Color convert

RGB25520158-
CMYK00.920.380
HSL324.77º100%53.92%-
HSV(B)324.77º92.16%100%-
XYZ47.6624.2334.51-
YUV106157.36234.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.89%
GREEN value IS 20 (8.20% from 255) = 4.62%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=58.89%
G=4.62%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552015800.920.380324.7710053.92
HexFF149E05C2601456436
Octal37724236013446050514466
Binary1111111110100100111100101110010011001010001011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF149E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF149E; }

 p { color: rgb(255,20,158); }

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

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

 a { background-color: rgb(255,20,158); }

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

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

 span { border-color: rgb(255,20,158); }

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