Shades of Hot Pink #F168BA
Tints of Hot Pink #F168BA
RGB
CMYK
RGB Variations
Color information
#F168BA (or 0xF168BA) is known color: Hot Pink. HEX triplet: F1, 68 and BA. RGB value is (241,104,186). Sum of RGB (Red+Green+Blue) = 241+104+186=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F168BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F168BA is #0E9745. Grayscale: #9A9A9A. Windows color (decimal): -956230 or 12216561. OLE color: 12216561.
HSL color Cylindrical-coordinate representation of color #F168BA: hue angle of 324.09º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F168BA is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 186 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.05 |
| HSL | 324.09º | 0.83% | 0.68% | - |
| HSV(B) | 324.09º | 0.57% | 0.95% | - |
| XYZ | 50.09 | 32.15 | 50.02 | - |
| YUV | 154.31 | 145.89 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 186 | 0 | 0.57 | 0.23 | 0.05 | 324.09 | 0.83 | 0.68 |
| Hex | F1 | 68 | BA | 0 | 39 | 17 | 5 | 144 | 53 | 44 |
| Octal | 361 | 150 | 272 | 0 | 71 | 27 | 5 | 504 | 123 | 104 |
| Binary | 11110001 | 1101000 | 10111010 | 0 | 111001 | 10111 | 101 | 101000100 | 1010011 | 1000100 |
Color Harmonies of #F168BA
Complementary color
Monochromatic Colors of #F168BA
Black with #F168BA
Text Example
Text Example
White with #F168BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F168BA; }
p { color: rgb(241,104,186); }
H1.HeaderClassName
{
color: #F168BA;
}
.AnyTagClassName
{
color: #F168BA;
}
</style>
background-color css
<style>
a { background-color: #F168BA; }
a { background-color: rgb(241,104,186); }
div.DivClassName
{
background-color: #F168BA;
}
.BgClassName
{
background-color: #F168BA;
}
</style>
border-color css
<style>
span { border-color: #F168BA; }
span { border-color: rgb(241,104,186); }
td.TdClassName
{
border-color: #F168BA;
}
.TagClassName
{
border-color: #F168BA;
}
</style>