#F4159E

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

Shades of Deep Pink #F4159E

Tints of Deep Pink #F4159E

Color information

#F4159E (or 0xF4159E) is unknown color: approx Deep Pink. HEX triplet: F4, 15 and 9E. RGB value is (244,21,158). Sum of RGB (Red+Green+Blue) = 244+21+158=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F4159E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4159E is #0BEA61. Grayscale: #666666. Windows color (decimal): -780898 or 10360308. OLE color: 10360308.

HSL color Cylindrical-coordinate representation of color #F4159E: hue angle of 323.14º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F4159E is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB24421158-
CMYK00.910.350.04
HSL323.14º91.02%51.96%-
HSV(B)323.14º91.39%95.69%-
XYZ43.7522.2434.33-
YUV103.3158.88228.36-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.68%
GREEN value IS 21 (8.59% from 255) = 4.96%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=57.68%
G=4.96%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442115800.910.350.04323.1491.0251.96
HexF4159E05B2341435b34
Octal36425236013343450313364
Binary111101001010110011110010110111000111001010000111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4159E; }

 p { color: rgb(244,21,158); }

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

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

 a { background-color: rgb(244,21,158); }

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

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

 span { border-color: rgb(244,21,158); }

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