Shades of Hot Pink #F65DB6
Tints of Hot Pink #F65DB6
RGB
CMYK
RGB Variations
Color information
#F65DB6 (or 0xF65DB6) is known color: Hot Pink. HEX triplet: F6, 5D and B6. RGB value is (246,93,182). Sum of RGB (Red+Green+Blue) = 246+93+182=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F65DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65DB6 is #09A249. Grayscale: #949494. Windows color (decimal): -631370 or 11951606. OLE color: 11951606.
HSL color Cylindrical-coordinate representation of color #F65DB6: hue angle of 325.1º 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 #F65DB6 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 182 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.04 |
| HSL | 325.1º | 0.89% | 0.66% | - |
| HSV(B) | 325.1º | 0.62% | 0.96% | - |
| XYZ | 50.36 | 30.8 | 47.55 | - |
| YUV | 148.89 | 146.69 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 182 | 0 | 0.62 | 0.26 | 0.04 | 325.1 | 0.89 | 0.66 |
| Hex | F6 | 5D | B6 | 0 | 3E | 1A | 4 | 145 | 59 | 42 |
| Octal | 366 | 135 | 266 | 0 | 76 | 32 | 4 | 505 | 131 | 102 |
| Binary | 11110110 | 1011101 | 10110110 | 0 | 111110 | 11010 | 100 | 101000101 | 1011001 | 1000010 |
Color Harmonies of #F65DB6
Complementary color
Monochromatic Colors of #F65DB6
Black with #F65DB6
Text Example
Text Example
White with #F65DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65DB6; }
p { color: rgb(246,93,182); }
H1.HeaderClassName
{
color: #F65DB6;
}
.AnyTagClassName
{
color: #F65DB6;
}
</style>
background-color css
<style>
a { background-color: #F65DB6; }
a { background-color: rgb(246,93,182); }
div.DivClassName
{
background-color: #F65DB6;
}
.BgClassName
{
background-color: #F65DB6;
}
</style>
border-color css
<style>
span { border-color: #F65DB6; }
span { border-color: rgb(246,93,182); }
td.TdClassName
{
border-color: #F65DB6;
}
.TagClassName
{
border-color: #F65DB6;
}
</style>