#F6119F

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

Shades of Deep Pink #F6119F

Tints of Deep Pink #F6119F

Color information

#F6119F (or 0xF6119F) is unknown color: approx Deep Pink. HEX triplet: F6, 11 and 9F. RGB value is (246,17,159). Sum of RGB (Red+Green+Blue) = 246+17+159=422 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.29% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 246 - color contains mainly: red. Hex color #F6119F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6119F is #09EE60. Grayscale: #656565. Windows color (decimal): -650849 or 10424822. OLE color: 10424822.

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

Color convert

RGB24617159-
CMYK00.930.350.04
HSL322.79º92.71%51.57%-
HSV(B)322.79º93.09%96.47%-
XYZ44.4622.534.8-
YUV101.66160.37230.95-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 58.29%
GREEN value IS 17 (7.03% from 255) = 4.03%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=58.29%
G=4.03%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461715900.930.350.04322.7992.7151.57
HexF6119F05D2341435d34
Octal36621237013543450313564
Binary111101101000110011111010111011000111001010000111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6119F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6119F; }

 p { color: rgb(246,17,159); }

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

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

 a { background-color: rgb(246,17,159); }

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

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

 span { border-color: rgb(246,17,159); }

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