Shades of Hot Pink #F163B9
Tints of Hot Pink #F163B9
RGB
CMYK
RGB Variations
Color information
#F163B9 (or 0xF163B9) is known color: Hot Pink. HEX triplet: F1, 63 and B9. RGB value is (241,99,185). Sum of RGB (Red+Green+Blue) = 241+99+185=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F163B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F163B9 is #0E9C46. Grayscale: #979797. Windows color (decimal): -957511 or 12149745. OLE color: 12149745.
HSL color Cylindrical-coordinate representation of color #F163B9: hue angle of 323.66º 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 #F163B9 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 185 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.05 |
| HSL | 323.66º | 0.84% | 0.67% | - |
| HSV(B) | 323.66º | 0.59% | 0.95% | - |
| XYZ | 49.49 | 31.13 | 49.3 | - |
| YUV | 151.26 | 147.04 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 185 | 0 | 0.59 | 0.23 | 0.05 | 323.66 | 0.84 | 0.67 |
| Hex | F1 | 63 | B9 | 0 | 3B | 17 | 5 | 144 | 54 | 43 |
| Octal | 361 | 143 | 271 | 0 | 73 | 27 | 5 | 504 | 124 | 103 |
| Binary | 11110001 | 1100011 | 10111001 | 0 | 111011 | 10111 | 101 | 101000100 | 1010100 | 1000011 |
Color Harmonies of #F163B9
Complementary color
Monochromatic Colors of #F163B9
Black with #F163B9
Text Example
Text Example
White with #F163B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F163B9; }
p { color: rgb(241,99,185); }
H1.HeaderClassName
{
color: #F163B9;
}
.AnyTagClassName
{
color: #F163B9;
}
</style>
background-color css
<style>
a { background-color: #F163B9; }
a { background-color: rgb(241,99,185); }
div.DivClassName
{
background-color: #F163B9;
}
.BgClassName
{
background-color: #F163B9;
}
</style>
border-color css
<style>
span { border-color: #F163B9; }
span { border-color: rgb(241,99,185); }
td.TdClassName
{
border-color: #F163B9;
}
.TagClassName
{
border-color: #F163B9;
}
</style>