Shades of Hot Pink #F16CB0
Tints of Hot Pink #F16CB0
RGB
CMYK
RGB Variations
Color information
#F16CB0 (or 0xF16CB0) is known color: Hot Pink. HEX triplet: F1, 6C and B0. RGB value is (241,108,176). Sum of RGB (Red+Green+Blue) = 241+108+176=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16CB0 is #0E934F. Grayscale: #9B9B9B. Windows color (decimal): -955216 or 11562225. OLE color: 11562225.
HSL color Cylindrical-coordinate representation of color #F16CB0: hue angle of 329.32º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16CB0 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 176 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.05 |
| HSL | 329.32º | 0.83% | 0.68% | - |
| HSV(B) | 329.32º | 0.55% | 0.95% | - |
| XYZ | 49.47 | 32.56 | 44.75 | - |
| YUV | 155.52 | 139.56 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 176 | 0 | 0.55 | 0.27 | 0.05 | 329.32 | 0.83 | 0.68 |
| Hex | F1 | 6C | B0 | 0 | 37 | 1B | 5 | 149 | 53 | 44 |
| Octal | 361 | 154 | 260 | 0 | 67 | 33 | 5 | 511 | 123 | 104 |
| Binary | 11110001 | 1101100 | 10110000 | 0 | 110111 | 11011 | 101 | 101001001 | 1010011 | 1000100 |
Color Harmonies of #F16CB0
Complementary color
Monochromatic Colors of #F16CB0
Black with #F16CB0
Text Example
Text Example
White with #F16CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CB0; }
p { color: rgb(241,108,176); }
H1.HeaderClassName
{
color: #F16CB0;
}
.AnyTagClassName
{
color: #F16CB0;
}
</style>
background-color css
<style>
a { background-color: #F16CB0; }
a { background-color: rgb(241,108,176); }
div.DivClassName
{
background-color: #F16CB0;
}
.BgClassName
{
background-color: #F16CB0;
}
</style>
border-color css
<style>
span { border-color: #F16CB0; }
span { border-color: rgb(241,108,176); }
td.TdClassName
{
border-color: #F16CB0;
}
.TagClassName
{
border-color: #F16CB0;
}
</style>