Shades of Hot Pink #F163AD
Tints of Hot Pink #F163AD
RGB
CMYK
RGB Variations
Color information
#F163AD (or 0xF163AD) is known color: Hot Pink. HEX triplet: F1, 63 and AD. RGB value is (241,99,173). Sum of RGB (Red+Green+Blue) = 241+99+173=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F163AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F163AD is #0E9C52. Grayscale: #959595. Windows color (decimal): -957523 or 11363313. OLE color: 11363313.
HSL color Cylindrical-coordinate representation of color #F163AD: hue angle of 328.73º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F163AD is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 173 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.05 |
| HSL | 328.73º | 0.84% | 0.67% | - |
| HSV(B) | 328.73º | 0.59% | 0.95% | - |
| XYZ | 48.28 | 30.64 | 42.9 | - |
| YUV | 149.89 | 141.04 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 173 | 0 | 0.59 | 0.28 | 0.05 | 328.73 | 0.84 | 0.67 |
| Hex | F1 | 63 | AD | 0 | 3B | 1C | 5 | 149 | 54 | 43 |
| Octal | 361 | 143 | 255 | 0 | 73 | 34 | 5 | 511 | 124 | 103 |
| Binary | 11110001 | 1100011 | 10101101 | 0 | 111011 | 11100 | 101 | 101001001 | 1010100 | 1000011 |
Color Harmonies of #F163AD
Complementary color
Monochromatic Colors of #F163AD
Black with #F163AD
Text Example
Text Example
White with #F163AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F163AD; }
p { color: rgb(241,99,173); }
H1.HeaderClassName
{
color: #F163AD;
}
.AnyTagClassName
{
color: #F163AD;
}
</style>
background-color css
<style>
a { background-color: #F163AD; }
a { background-color: rgb(241,99,173); }
div.DivClassName
{
background-color: #F163AD;
}
.BgClassName
{
background-color: #F163AD;
}
</style>
border-color css
<style>
span { border-color: #F163AD; }
span { border-color: rgb(241,99,173); }
td.TdClassName
{
border-color: #F163AD;
}
.TagClassName
{
border-color: #F163AD;
}
</style>