Shades of Deep Pink #F60893
Tints of Deep Pink #F60893
RGB
CMYK
RGB Variations
Color information
#F60893 (or 0xF60893) is known color: Deep Pink. HEX triplet: F6, 08 and 93. RGB value is (246,8,147). Sum of RGB (Red+Green+Blue) = 246+8+147=401 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.35% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 246 - color contains mainly: red. Hex color #F60893 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60893 is #09F76C. Grayscale: #5E5E5E. Windows color (decimal): -653165 or 9636086. OLE color: 9636086.
HSL color Cylindrical-coordinate representation of color #F60893: hue angle of 324.96º 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 #F60893 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 8 | 147 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.04 |
| HSL | 324.96º | 0.94% | 0.5% | - |
| HSV(B) | 324.96º | 0.97% | 0.96% | - |
| XYZ | 43.36 | 21.87 | 29.54 | - |
| YUV | 95.01 | 157.35 | 235.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 147 | 0 | 0.97 | 0.40 | 0.04 | 324.96 | 0.94 | 0.5 |
| Hex | F6 | 8 | 93 | 0 | 61 | 28 | 4 | 145 | 5E | 32 |
| Octal | 366 | 10 | 223 | 0 | 141 | 50 | 4 | 505 | 136 | 62 |
| Binary | 11110110 | 1000 | 10010011 | 0 | 1100001 | 101000 | 100 | 101000101 | 1011110 | 110010 |
Color Harmonies of #F60893
Complementary color
Monochromatic Colors of #F60893
Black with #F60893
Text Example
Text Example
White with #F60893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60893; }
p { color: rgb(246,8,147); }
H1.HeaderClassName
{
color: #F60893;
}
.AnyTagClassName
{
color: #F60893;
}
</style>
background-color css
<style>
a { background-color: #F60893; }
a { background-color: rgb(246,8,147); }
div.DivClassName
{
background-color: #F60893;
}
.BgClassName
{
background-color: #F60893;
}
</style>
border-color css
<style>
span { border-color: #F60893; }
span { border-color: rgb(246,8,147); }
td.TdClassName
{
border-color: #F60893;
}
.TagClassName
{
border-color: #F60893;
}
</style>