Shades of Deep Pink #F62393
Tints of Deep Pink #F62393
RGB
CMYK
RGB Variations
Color information
#F62393 (or 0xF62393) is known color: Deep Pink. HEX triplet: F6, 23 and 93. RGB value is (246,35,147). Sum of RGB (Red+Green+Blue) = 246+35+147=428 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.48% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 246 - color contains mainly: red. Hex color #F62393 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62393 is #09DC6C. Grayscale: #6E6E6E. Windows color (decimal): -646253 or 9642998. OLE color: 9642998.
HSL color Cylindrical-coordinate representation of color #F62393: hue angle of 328.15º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F62393 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 35 | 147 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.04 |
| HSL | 328.15º | 0.92% | 0.55% | - |
| HSV(B) | 328.15º | 0.86% | 0.96% | - |
| XYZ | 43.87 | 22.9 | 29.71 | - |
| YUV | 110.86 | 148.4 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 35 | 147 | 0 | 0.86 | 0.40 | 0.04 | 328.15 | 0.92 | 0.55 |
| Hex | F6 | 23 | 93 | 0 | 56 | 28 | 4 | 148 | 5C | 37 |
| Octal | 366 | 43 | 223 | 0 | 126 | 50 | 4 | 510 | 134 | 67 |
| Binary | 11110110 | 100011 | 10010011 | 0 | 1010110 | 101000 | 100 | 101001000 | 1011100 | 110111 |
Color Harmonies of #F62393
Complementary color
Monochromatic Colors of #F62393
Black with #F62393
Text Example
Text Example
White with #F62393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62393; }
p { color: rgb(246,35,147); }
H1.HeaderClassName
{
color: #F62393;
}
.AnyTagClassName
{
color: #F62393;
}
</style>
background-color css
<style>
a { background-color: #F62393; }
a { background-color: rgb(246,35,147); }
div.DivClassName
{
background-color: #F62393;
}
.BgClassName
{
background-color: #F62393;
}
</style>
border-color css
<style>
span { border-color: #F62393; }
span { border-color: rgb(246,35,147); }
td.TdClassName
{
border-color: #F62393;
}
.TagClassName
{
border-color: #F62393;
}
</style>