Shades of Hot Pink #F66ABA
Tints of Hot Pink #F66ABA
RGB
CMYK
RGB Variations
Color information
#F66ABA (or 0xF66ABA) is known color: Hot Pink. HEX triplet: F6, 6A and BA. RGB value is (246,106,186). Sum of RGB (Red+Green+Blue) = 246+106+186=538 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.72% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 246 - color contains mainly: red. Hex color #F66ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66ABA is #099545. Grayscale: #9C9C9C. Windows color (decimal): -628038 or 12217078. OLE color: 12217078.
HSL color Cylindrical-coordinate representation of color #F66ABA: hue angle of 325.71º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F66ABA is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 106 | 186 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.04 |
| HSL | 325.71º | 0.89% | 0.69% | - |
| HSV(B) | 325.71º | 0.57% | 0.96% | - |
| XYZ | 52.02 | 33.45 | 50.17 | - |
| YUV | 156.98 | 144.38 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 106 | 186 | 0 | 0.57 | 0.24 | 0.04 | 325.71 | 0.89 | 0.69 |
| Hex | F6 | 6A | BA | 0 | 39 | 18 | 4 | 146 | 59 | 45 |
| Octal | 366 | 152 | 272 | 0 | 71 | 30 | 4 | 506 | 131 | 105 |
| Binary | 11110110 | 1101010 | 10111010 | 0 | 111001 | 11000 | 100 | 101000110 | 1011001 | 1000101 |
Color Harmonies of #F66ABA
Complementary color
Monochromatic Colors of #F66ABA
Black with #F66ABA
Text Example
Text Example
White with #F66ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66ABA; }
p { color: rgb(246,106,186); }
H1.HeaderClassName
{
color: #F66ABA;
}
.AnyTagClassName
{
color: #F66ABA;
}
</style>
background-color css
<style>
a { background-color: #F66ABA; }
a { background-color: rgb(246,106,186); }
div.DivClassName
{
background-color: #F66ABA;
}
.BgClassName
{
background-color: #F66ABA;
}
</style>
border-color css
<style>
span { border-color: #F66ABA; }
span { border-color: rgb(246,106,186); }
td.TdClassName
{
border-color: #F66ABA;
}
.TagClassName
{
border-color: #F66ABA;
}
</style>