Shades of Hot Pink #F66BBA
Tints of Hot Pink #F66BBA
RGB
CMYK
RGB Variations
Color information
#F66BBA (or 0xF66BBA) is known color: Hot Pink. HEX triplet: F6, 6B and BA. RGB value is (246,107,186). Sum of RGB (Red+Green+Blue) = 246+107+186=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F66BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66BBA is #099445. Grayscale: #9D9D9D. Windows color (decimal): -627782 or 12217334. OLE color: 12217334.
HSL color Cylindrical-coordinate representation of color #F66BBA: hue angle of 325.9º 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 #F66BBA is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 107 | 186 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.04 |
| HSL | 325.9º | 0.89% | 0.69% | - |
| HSV(B) | 325.9º | 0.57% | 0.96% | - |
| XYZ | 52.13 | 33.65 | 50.2 | - |
| YUV | 157.57 | 144.05 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 107 | 186 | 0 | 0.57 | 0.24 | 0.04 | 325.9 | 0.89 | 0.69 |
| Hex | F6 | 6B | BA | 0 | 39 | 18 | 4 | 146 | 59 | 45 |
| Octal | 366 | 153 | 272 | 0 | 71 | 30 | 4 | 506 | 131 | 105 |
| Binary | 11110110 | 1101011 | 10111010 | 0 | 111001 | 11000 | 100 | 101000110 | 1011001 | 1000101 |
Color Harmonies of #F66BBA
Complementary color
Monochromatic Colors of #F66BBA
Black with #F66BBA
Text Example
Text Example
White with #F66BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66BBA; }
p { color: rgb(246,107,186); }
H1.HeaderClassName
{
color: #F66BBA;
}
.AnyTagClassName
{
color: #F66BBA;
}
</style>
background-color css
<style>
a { background-color: #F66BBA; }
a { background-color: rgb(246,107,186); }
div.DivClassName
{
background-color: #F66BBA;
}
.BgClassName
{
background-color: #F66BBA;
}
</style>
border-color css
<style>
span { border-color: #F66BBA; }
span { border-color: rgb(246,107,186); }
td.TdClassName
{
border-color: #F66BBA;
}
.TagClassName
{
border-color: #F66BBA;
}
</style>