Shades of Hot Pink #F163AA
Tints of Hot Pink #F163AA
RGB
CMYK
RGB Variations
Color information
#F163AA (or 0xF163AA) is known color: Hot Pink. HEX triplet: F1, 63 and AA. RGB value is (241,99,170). Sum of RGB (Red+Green+Blue) = 241+99+170=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F163AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F163AA is #0E9C55. Grayscale: #959595. Windows color (decimal): -957526 or 11166705. OLE color: 11166705.
HSL color Cylindrical-coordinate representation of color #F163AA: hue angle of 330º 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 #F163AA is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 170 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.05 |
| HSL | 330º | 0.84% | 0.67% | - |
| HSV(B) | 330º | 0.59% | 0.95% | - |
| XYZ | 47.99 | 30.53 | 41.39 | - |
| YUV | 149.55 | 139.54 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 170 | 0 | 0.59 | 0.29 | 0.05 | 330 | 0.84 | 0.67 |
| Hex | F1 | 63 | AA | 0 | 3B | 1D | 5 | 14A | 54 | 43 |
| Octal | 361 | 143 | 252 | 0 | 73 | 35 | 5 | 512 | 124 | 103 |
| Binary | 11110001 | 1100011 | 10101010 | 0 | 111011 | 11101 | 101 | 101001010 | 1010100 | 1000011 |
Color Harmonies of #F163AA
Complementary color
Monochromatic Colors of #F163AA
Black with #F163AA
Text Example
Text Example
White with #F163AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F163AA; }
p { color: rgb(241,99,170); }
H1.HeaderClassName
{
color: #F163AA;
}
.AnyTagClassName
{
color: #F163AA;
}
</style>
background-color css
<style>
a { background-color: #F163AA; }
a { background-color: rgb(241,99,170); }
div.DivClassName
{
background-color: #F163AA;
}
.BgClassName
{
background-color: #F163AA;
}
</style>
border-color css
<style>
span { border-color: #F163AA; }
span { border-color: rgb(241,99,170); }
td.TdClassName
{
border-color: #F163AA;
}
.TagClassName
{
border-color: #F163AA;
}
</style>