Shades of Hot Pink #F65DB0
Tints of Hot Pink #F65DB0
RGB
CMYK
RGB Variations
Color information
#F65DB0 (or 0xF65DB0) is known color: Hot Pink. HEX triplet: F6, 5D and B0. RGB value is (246,93,176). Sum of RGB (Red+Green+Blue) = 246+93+176=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 246 - color contains mainly: red. Hex color #F65DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65DB0 is #09A24F. Grayscale: #949494. Windows color (decimal): -631376 or 11558390. OLE color: 11558390.
HSL color Cylindrical-coordinate representation of color #F65DB0: hue angle of 327.45º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65DB0 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 176 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.04 |
| HSL | 327.45º | 0.89% | 0.66% | - |
| HSV(B) | 327.45º | 0.62% | 0.96% | - |
| XYZ | 49.76 | 30.56 | 44.35 | - |
| YUV | 148.21 | 143.69 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 176 | 0 | 0.62 | 0.28 | 0.04 | 327.45 | 0.89 | 0.66 |
| Hex | F6 | 5D | B0 | 0 | 3E | 1C | 4 | 147 | 59 | 42 |
| Octal | 366 | 135 | 260 | 0 | 76 | 34 | 4 | 507 | 131 | 102 |
| Binary | 11110110 | 1011101 | 10110000 | 0 | 111110 | 11100 | 100 | 101000111 | 1011001 | 1000010 |
Color Harmonies of #F65DB0
Complementary color
Monochromatic Colors of #F65DB0
Black with #F65DB0
Text Example
Text Example
White with #F65DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65DB0; }
p { color: rgb(246,93,176); }
H1.HeaderClassName
{
color: #F65DB0;
}
.AnyTagClassName
{
color: #F65DB0;
}
</style>
background-color css
<style>
a { background-color: #F65DB0; }
a { background-color: rgb(246,93,176); }
div.DivClassName
{
background-color: #F65DB0;
}
.BgClassName
{
background-color: #F65DB0;
}
</style>
border-color css
<style>
span { border-color: #F65DB0; }
span { border-color: rgb(246,93,176); }
td.TdClassName
{
border-color: #F65DB0;
}
.TagClassName
{
border-color: #F65DB0;
}
</style>