Shades of Hot Pink #F168B9
Tints of Hot Pink #F168B9
RGB
CMYK
RGB Variations
Color information
#F168B9 (or 0xF168B9) is known color: Hot Pink. HEX triplet: F1, 68 and B9. RGB value is (241,104,185). Sum of RGB (Red+Green+Blue) = 241+104+185=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F168B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F168B9 is #0E9746. Grayscale: #9A9A9A. Windows color (decimal): -956231 or 12151025. OLE color: 12151025.
HSL color Cylindrical-coordinate representation of color #F168B9: hue angle of 324.53º 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 #F168B9 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 185 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.05 |
| HSL | 324.53º | 0.83% | 0.68% | - |
| HSV(B) | 324.53º | 0.57% | 0.95% | - |
| XYZ | 49.98 | 32.1 | 49.46 | - |
| YUV | 154.2 | 145.39 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 185 | 0 | 0.57 | 0.23 | 0.05 | 324.53 | 0.83 | 0.68 |
| Hex | F1 | 68 | B9 | 0 | 39 | 17 | 5 | 145 | 53 | 44 |
| Octal | 361 | 150 | 271 | 0 | 71 | 27 | 5 | 505 | 123 | 104 |
| Binary | 11110001 | 1101000 | 10111001 | 0 | 111001 | 10111 | 101 | 101000101 | 1010011 | 1000100 |
Color Harmonies of #F168B9
Complementary color
Monochromatic Colors of #F168B9
Black with #F168B9
Text Example
Text Example
White with #F168B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F168B9; }
p { color: rgb(241,104,185); }
H1.HeaderClassName
{
color: #F168B9;
}
.AnyTagClassName
{
color: #F168B9;
}
</style>
background-color css
<style>
a { background-color: #F168B9; }
a { background-color: rgb(241,104,185); }
div.DivClassName
{
background-color: #F168B9;
}
.BgClassName
{
background-color: #F168B9;
}
</style>
border-color css
<style>
span { border-color: #F168B9; }
span { border-color: rgb(241,104,185); }
td.TdClassName
{
border-color: #F168B9;
}
.TagClassName
{
border-color: #F168B9;
}
</style>