#f60f89

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

Shades of Deep Pink #F60F89

Tints of Deep Pink #F60F89

Color information

#F60F89 (or 0xF60F89) is unknown color: approx Deep Pink. HEX triplet: F6, 0F and 89. RGB value is (246,15,137). Sum of RGB (Red+Green+Blue) = 246+15+137=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F60F89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60F89 is #09F076. Grayscale: #616161. Windows color (decimal): -651383 or 8982518. OLE color: 8982518.

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

Color convert

RGB24615137-
CMYK00.940.440.04
HSL328.31º92.77%51.18%-
HSV(B)328.31º93.9%96.47%-
XYZ42.6921.7425.61-
YUV97.98150.03233.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 61.81%
GREEN value IS 15 (6.25% from 255) = 3.77%
BLUE value IS 137 (53.91% from 255) = 34.42%
R=61.81%
G=3.77%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461513700.940.440.04328.3192.7751.18
HexF6F8905E2C41485d33
Octal36617211013654451013563
Binary11110110111110001001010111101011001001010010001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f60f89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f60f89; }

 p { color: rgb(246,15,137); }

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

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

 a { background-color: rgb(246,15,137); }

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

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

 span { border-color: rgb(246,15,137); }

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