Shades of Hot Pink #F65DB1
Tints of Hot Pink #F65DB1
RGB
CMYK
RGB Variations
Color information
#F65DB1 (or 0xF65DB1) is known color: Hot Pink. HEX triplet: F6, 5D and B1. RGB value is (246,93,177). Sum of RGB (Red+Green+Blue) = 246+93+177=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F65DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65DB1 is #09A24E. Grayscale: #949494. Windows color (decimal): -631375 or 11623926. OLE color: 11623926.
HSL color Cylindrical-coordinate representation of color #F65DB1: hue angle of 327.06º 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 #F65DB1 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 177 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.04 |
| HSL | 327.06º | 0.89% | 0.66% | - |
| HSV(B) | 327.06º | 0.62% | 0.96% | - |
| XYZ | 49.86 | 30.6 | 44.87 | - |
| YUV | 148.32 | 144.19 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 177 | 0 | 0.62 | 0.28 | 0.04 | 327.06 | 0.89 | 0.66 |
| Hex | F6 | 5D | B1 | 0 | 3E | 1C | 4 | 147 | 59 | 42 |
| Octal | 366 | 135 | 261 | 0 | 76 | 34 | 4 | 507 | 131 | 102 |
| Binary | 11110110 | 1011101 | 10110001 | 0 | 111110 | 11100 | 100 | 101000111 | 1011001 | 1000010 |
Color Harmonies of #F65DB1
Complementary color
Monochromatic Colors of #F65DB1
Black with #F65DB1
Text Example
Text Example
White with #F65DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65DB1; }
p { color: rgb(246,93,177); }
H1.HeaderClassName
{
color: #F65DB1;
}
.AnyTagClassName
{
color: #F65DB1;
}
</style>
background-color css
<style>
a { background-color: #F65DB1; }
a { background-color: rgb(246,93,177); }
div.DivClassName
{
background-color: #F65DB1;
}
.BgClassName
{
background-color: #F65DB1;
}
</style>
border-color css
<style>
span { border-color: #F65DB1; }
span { border-color: rgb(246,93,177); }
td.TdClassName
{
border-color: #F65DB1;
}
.TagClassName
{
border-color: #F65DB1;
}
</style>