#F6158F

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

Shades of Deep Pink #F6158F

Tints of Deep Pink #F6158F

Color information

#F6158F (or 0xF6158F) is unknown color: approx Deep Pink. HEX triplet: F6, 15 and 8F. RGB value is (246,21,143). Sum of RGB (Red+Green+Blue) = 246+21+143=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F6158F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6158F is #09EA70. Grayscale: #656565. Windows color (decimal): -649841 or 9377270. OLE color: 9377270.

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

Color convert

RGB24621143-
CMYK00.910.420.04
HSL327.47º92.59%52.35%-
HSV(B)327.47º91.46%96.47%-
XYZ43.2322.1127.98-
YUV102.18151.04230.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 60%
GREEN value IS 21 (8.59% from 255) = 5.12%
BLUE value IS 143 (56.25% from 255) = 34.88%
R=60%
G=5.12%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462114300.910.420.04327.4792.5952.35
HexF6158F05B2A41475d34
Octal36625217013352450713564
Binary111101101010110001111010110111010101001010001111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6158F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6158F; }

 p { color: rgb(246,21,143); }

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

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

 a { background-color: rgb(246,21,143); }

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

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

 span { border-color: rgb(246,21,143); }

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