#F60782

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

Shades of Deep Pink #F60782

Tints of Deep Pink #F60782

Color information

#F60782 (or 0xF60782) is unknown color: approx Deep Pink. HEX triplet: F6, 07 and 82. RGB value is (246,7,130). Sum of RGB (Red+Green+Blue) = 246+7+130=383 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.23% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 246 - color contains mainly: red. Hex color #F60782 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60782 is #09F87D. Grayscale: #5C5C5C. Windows color (decimal): -653438 or 8521718. OLE color: 8521718.

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

Color convert

RGB2467130-
CMYK00.970.470.04
HSL329.12º94.47%49.61%-
HSV(B)329.12º97.15%96.47%-
XYZ42.1121.3623.02-
YUV92.48149.18237.5-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 64.23%
GREEN value IS 7 (3.12% from 255) = 1.83%
BLUE value IS 130 (51.17% from 255) = 33.94%
R=64.23%
G=1.83%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246713000.970.470.04329.1294.4749.61
HexF67820612F41495e32
Octal3667202014157451113662
Binary1111011011110000010011000011011111001010010011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60782; }

 p { color: rgb(246,7,130); }

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

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

 a { background-color: rgb(246,7,130); }

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

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

 span { border-color: rgb(246,7,130); }

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