Shades of Hot Pink #F66FBA
Tints of Hot Pink #F66FBA
RGB
CMYK
RGB Variations
Color information
#F66FBA (or 0xF66FBA) is known color: Hot Pink. HEX triplet: F6, 6F and BA. RGB value is (246,111,186). Sum of RGB (Red+Green+Blue) = 246+111+186=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F66FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66FBA is #099045. Grayscale: #9F9F9F. Windows color (decimal): -626758 or 12218358. OLE color: 12218358.
HSL color Cylindrical-coordinate representation of color #F66FBA: hue angle of 326.67º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F66FBA is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 111 | 186 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.04 |
| HSL | 326.67º | 0.88% | 0.7% | - |
| HSV(B) | 326.67º | 0.55% | 0.96% | - |
| XYZ | 52.55 | 34.51 | 50.35 | - |
| YUV | 159.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 111 | 186 | 0 | 0.55 | 0.24 | 0.04 | 326.67 | 0.88 | 0.7 |
| Hex | F6 | 6F | BA | 0 | 37 | 18 | 4 | 147 | 58 | 46 |
| Octal | 366 | 157 | 272 | 0 | 67 | 30 | 4 | 507 | 130 | 106 |
| Binary | 11110110 | 1101111 | 10111010 | 0 | 110111 | 11000 | 100 | 101000111 | 1011000 | 1000110 |
Color Harmonies of #F66FBA
Complementary color
Monochromatic Colors of #F66FBA
Black with #F66FBA
Text Example
Text Example
White with #F66FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66FBA; }
p { color: rgb(246,111,186); }
H1.HeaderClassName
{
color: #F66FBA;
}
.AnyTagClassName
{
color: #F66FBA;
}
</style>
background-color css
<style>
a { background-color: #F66FBA; }
a { background-color: rgb(246,111,186); }
div.DivClassName
{
background-color: #F66FBA;
}
.BgClassName
{
background-color: #F66FBA;
}
</style>
border-color css
<style>
span { border-color: #F66FBA; }
span { border-color: rgb(246,111,186); }
td.TdClassName
{
border-color: #F66FBA;
}
.TagClassName
{
border-color: #F66FBA;
}
</style>