Shades of Hot Pink #F168A7
Tints of Hot Pink #F168A7
RGB
CMYK
RGB Variations
Color information
#F168A7 (or 0xF168A7) is known color: Hot Pink. HEX triplet: F1, 68 and A7. RGB value is (241,104,167). Sum of RGB (Red+Green+Blue) = 241+104+167=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 167 (65.62% from 255 or 32.62% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F168A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F168A7 is #0E9758. Grayscale: #989898. Windows color (decimal): -956249 or 10971377. OLE color: 10971377.
HSL color Cylindrical-coordinate representation of color #F168A7: hue angle of 332.41º 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 #F168A7 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 167 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.05 |
| HSL | 332.41º | 0.83% | 0.68% | - |
| HSV(B) | 332.41º | 0.57% | 0.95% | - |
| XYZ | 48.2 | 31.39 | 40.08 | - |
| YUV | 152.15 | 136.39 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 167 | 0 | 0.57 | 0.31 | 0.05 | 332.41 | 0.83 | 0.68 |
| Hex | F1 | 68 | A7 | 0 | 39 | 1F | 5 | 14C | 53 | 44 |
| Octal | 361 | 150 | 247 | 0 | 71 | 37 | 5 | 514 | 123 | 104 |
| Binary | 11110001 | 1101000 | 10100111 | 0 | 111001 | 11111 | 101 | 101001100 | 1010011 | 1000100 |
Color Harmonies of #F168A7
Complementary color
Monochromatic Colors of #F168A7
Black with #F168A7
Text Example
Text Example
White with #F168A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F168A7; }
p { color: rgb(241,104,167); }
H1.HeaderClassName
{
color: #F168A7;
}
.AnyTagClassName
{
color: #F168A7;
}
</style>
background-color css
<style>
a { background-color: #F168A7; }
a { background-color: rgb(241,104,167); }
div.DivClassName
{
background-color: #F168A7;
}
.BgClassName
{
background-color: #F168A7;
}
</style>
border-color css
<style>
span { border-color: #F168A7; }
span { border-color: rgb(241,104,167); }
td.TdClassName
{
border-color: #F168A7;
}
.TagClassName
{
border-color: #F168A7;
}
</style>