#F4159F

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

Shades of Deep Pink #F4159F

Tints of Deep Pink #F4159F

Color information

#F4159F (or 0xF4159F) is unknown color: approx Deep Pink. HEX triplet: F4, 15 and 9F. RGB value is (244,21,159). Sum of RGB (Red+Green+Blue) = 244+21+159=424 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.55% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 244 - color contains mainly: red. Hex color #F4159F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4159F is #0BEA60. Grayscale: #676767. Windows color (decimal): -780897 or 10425844. OLE color: 10425844.

HSL color Cylindrical-coordinate representation of color #F4159F: hue angle of 322.87º 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 #F4159F is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB24421159-
CMYK00.910.350.04
HSL322.87º91.02%51.96%-
HSV(B)322.87º91.39%95.69%-
XYZ43.8322.2734.79-
YUV103.41159.38228.28-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.55%
GREEN value IS 21 (8.59% from 255) = 4.95%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=57.55%
G=4.95%
B=37.5%

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
Decimal2442115900.910.350.04322.8791.0251.96
HexF4159F05B2341435b34
Octal36425237013343450313364
Binary111101001010110011111010110111000111001010000111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4159F; }

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

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

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

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

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

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

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

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