Shades of Hot Pink #F66DBA
Tints of Hot Pink #F66DBA
RGB
CMYK
RGB Variations
Color information
#F66DBA (or 0xF66DBA) is known color: Hot Pink. HEX triplet: F6, 6D and BA. RGB value is (246,109,186). Sum of RGB (Red+Green+Blue) = 246+109+186=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F66DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66DBA is #099245. Grayscale: #9E9E9E. Windows color (decimal): -627270 or 12217846. OLE color: 12217846.
HSL color Cylindrical-coordinate representation of color #F66DBA: hue angle of 326.28º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66DBA is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 109 | 186 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.04 |
| HSL | 326.28º | 0.88% | 0.7% | - |
| HSV(B) | 326.28º | 0.56% | 0.96% | - |
| XYZ | 52.34 | 34.08 | 50.27 | - |
| YUV | 158.74 | 143.39 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 109 | 186 | 0 | 0.56 | 0.24 | 0.04 | 326.28 | 0.88 | 0.7 |
| Hex | F6 | 6D | BA | 0 | 38 | 18 | 4 | 146 | 58 | 46 |
| Octal | 366 | 155 | 272 | 0 | 70 | 30 | 4 | 506 | 130 | 106 |
| Binary | 11110110 | 1101101 | 10111010 | 0 | 111000 | 11000 | 100 | 101000110 | 1011000 | 1000110 |
Color Harmonies of #F66DBA
Complementary color
Monochromatic Colors of #F66DBA
Black with #F66DBA
Text Example
Text Example
White with #F66DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66DBA; }
p { color: rgb(246,109,186); }
H1.HeaderClassName
{
color: #F66DBA;
}
.AnyTagClassName
{
color: #F66DBA;
}
</style>
background-color css
<style>
a { background-color: #F66DBA; }
a { background-color: rgb(246,109,186); }
div.DivClassName
{
background-color: #F66DBA;
}
.BgClassName
{
background-color: #F66DBA;
}
</style>
border-color css
<style>
span { border-color: #F66DBA; }
span { border-color: rgb(246,109,186); }
td.TdClassName
{
border-color: #F66DBA;
}
.TagClassName
{
border-color: #F66DBA;
}
</style>