Shades of Hot Pink #F167AD
Tints of Hot Pink #F167AD
RGB
CMYK
RGB Variations
Color information
#F167AD (or 0xF167AD) is known color: Hot Pink. HEX triplet: F1, 67 and AD. RGB value is (241,103,173). Sum of RGB (Red+Green+Blue) = 241+103+173=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F167AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F167AD is #0E9852. Grayscale: #989898. Windows color (decimal): -956499 or 11364337. OLE color: 11364337.
HSL color Cylindrical-coordinate representation of color #F167AD: hue angle of 329.57º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F167AD is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 173 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.05 |
| HSL | 329.57º | 0.83% | 0.67% | - |
| HSV(B) | 329.57º | 0.57% | 0.95% | - |
| XYZ | 48.67 | 31.42 | 43.03 | - |
| YUV | 152.24 | 139.72 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 173 | 0 | 0.57 | 0.28 | 0.05 | 329.57 | 0.83 | 0.67 |
| Hex | F1 | 67 | AD | 0 | 39 | 1C | 5 | 14A | 53 | 43 |
| Octal | 361 | 147 | 255 | 0 | 71 | 34 | 5 | 512 | 123 | 103 |
| Binary | 11110001 | 1100111 | 10101101 | 0 | 111001 | 11100 | 101 | 101001010 | 1010011 | 1000011 |
Color Harmonies of #F167AD
Complementary color
Monochromatic Colors of #F167AD
Black with #F167AD
Text Example
Text Example
White with #F167AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F167AD; }
p { color: rgb(241,103,173); }
H1.HeaderClassName
{
color: #F167AD;
}
.AnyTagClassName
{
color: #F167AD;
}
</style>
background-color css
<style>
a { background-color: #F167AD; }
a { background-color: rgb(241,103,173); }
div.DivClassName
{
background-color: #F167AD;
}
.BgClassName
{
background-color: #F167AD;
}
</style>
border-color css
<style>
span { border-color: #F167AD; }
span { border-color: rgb(241,103,173); }
td.TdClassName
{
border-color: #F167AD;
}
.TagClassName
{
border-color: #F167AD;
}
</style>