Shades of Hot Pink #F168AD
Tints of Hot Pink #F168AD
RGB
CMYK
RGB Variations
Color information
#F168AD (or 0xF168AD) is known color: Hot Pink. HEX triplet: F1, 68 and AD. RGB value is (241,104,173). Sum of RGB (Red+Green+Blue) = 241+104+173=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F168AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F168AD is #0E9752. Grayscale: #989898. Windows color (decimal): -956243 or 11364593. OLE color: 11364593.
HSL color Cylindrical-coordinate representation of color #F168AD: hue angle of 329.78º 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 #F168AD is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 173 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.05 |
| HSL | 329.78º | 0.83% | 0.68% | - |
| HSV(B) | 329.78º | 0.57% | 0.95% | - |
| XYZ | 48.77 | 31.62 | 43.07 | - |
| YUV | 152.83 | 139.39 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 173 | 0 | 0.57 | 0.28 | 0.05 | 329.78 | 0.83 | 0.68 |
| Hex | F1 | 68 | AD | 0 | 39 | 1C | 5 | 14A | 53 | 44 |
| Octal | 361 | 150 | 255 | 0 | 71 | 34 | 5 | 512 | 123 | 104 |
| Binary | 11110001 | 1101000 | 10101101 | 0 | 111001 | 11100 | 101 | 101001010 | 1010011 | 1000100 |
Color Harmonies of #F168AD
Complementary color
Monochromatic Colors of #F168AD
Black with #F168AD
Text Example
Text Example
White with #F168AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F168AD; }
p { color: rgb(241,104,173); }
H1.HeaderClassName
{
color: #F168AD;
}
.AnyTagClassName
{
color: #F168AD;
}
</style>
background-color css
<style>
a { background-color: #F168AD; }
a { background-color: rgb(241,104,173); }
div.DivClassName
{
background-color: #F168AD;
}
.BgClassName
{
background-color: #F168AD;
}
</style>
border-color css
<style>
span { border-color: #F168AD; }
span { border-color: rgb(241,104,173); }
td.TdClassName
{
border-color: #F168AD;
}
.TagClassName
{
border-color: #F168AD;
}
</style>