Shades of Hot Pink #F667BA
Tints of Hot Pink #F667BA
RGB
CMYK
RGB Variations
Color information
#F667BA (or 0xF667BA) is known color: Hot Pink. HEX triplet: F6, 67 and BA. RGB value is (246,103,186). Sum of RGB (Red+Green+Blue) = 246+103+186=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F667BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F667BA is #099845. Grayscale: #9B9B9B. Windows color (decimal): -628806 or 12216310. OLE color: 12216310.
HSL color Cylindrical-coordinate representation of color #F667BA: hue angle of 325.17º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F667BA is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 103 | 186 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.04 |
| HSL | 325.17º | 0.89% | 0.68% | - |
| HSV(B) | 325.17º | 0.58% | 0.96% | - |
| XYZ | 51.72 | 32.84 | 50.07 | - |
| YUV | 155.22 | 145.38 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 103 | 186 | 0 | 0.58 | 0.24 | 0.04 | 325.17 | 0.89 | 0.68 |
| Hex | F6 | 67 | BA | 0 | 3A | 18 | 4 | 145 | 59 | 44 |
| Octal | 366 | 147 | 272 | 0 | 72 | 30 | 4 | 505 | 131 | 104 |
| Binary | 11110110 | 1100111 | 10111010 | 0 | 111010 | 11000 | 100 | 101000101 | 1011001 | 1000100 |
Color Harmonies of #F667BA
Complementary color
Monochromatic Colors of #F667BA
Black with #F667BA
Text Example
Text Example
White with #F667BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F667BA; }
p { color: rgb(246,103,186); }
H1.HeaderClassName
{
color: #F667BA;
}
.AnyTagClassName
{
color: #F667BA;
}
</style>
background-color css
<style>
a { background-color: #F667BA; }
a { background-color: rgb(246,103,186); }
div.DivClassName
{
background-color: #F667BA;
}
.BgClassName
{
background-color: #F667BA;
}
</style>
border-color css
<style>
span { border-color: #F667BA; }
span { border-color: rgb(246,103,186); }
td.TdClassName
{
border-color: #F667BA;
}
.TagClassName
{
border-color: #F667BA;
}
</style>