Shades of Hot Pink #F16FB4
Tints of Hot Pink #F16FB4
RGB
CMYK
RGB Variations
Color information
#F16FB4 (or 0xF16FB4) is known color: Hot Pink. HEX triplet: F1, 6F and B4. RGB value is (241,111,180). Sum of RGB (Red+Green+Blue) = 241+111+180=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 180 (70.70% from 255 or 33.83% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16FB4 is #0E904B. Grayscale: #9D9D9D. Windows color (decimal): -954444 or 11825137. OLE color: 11825137.
HSL color Cylindrical-coordinate representation of color #F16FB4: hue angle of 328.15º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16FB4 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 180 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.05 |
| HSL | 328.15º | 0.82% | 0.69% | - |
| HSV(B) | 328.15º | 0.54% | 0.95% | - |
| XYZ | 50.2 | 33.36 | 46.97 | - |
| YUV | 157.74 | 140.57 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 180 | 0 | 0.54 | 0.25 | 0.05 | 328.15 | 0.82 | 0.69 |
| Hex | F1 | 6F | B4 | 0 | 36 | 19 | 5 | 148 | 52 | 45 |
| Octal | 361 | 157 | 264 | 0 | 66 | 31 | 5 | 510 | 122 | 105 |
| Binary | 11110001 | 1101111 | 10110100 | 0 | 110110 | 11001 | 101 | 101001000 | 1010010 | 1000101 |
Color Harmonies of #F16FB4
Complementary color
Monochromatic Colors of #F16FB4
Black with #F16FB4
Text Example
Text Example
White with #F16FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16FB4; }
p { color: rgb(241,111,180); }
H1.HeaderClassName
{
color: #F16FB4;
}
.AnyTagClassName
{
color: #F16FB4;
}
</style>
background-color css
<style>
a { background-color: #F16FB4; }
a { background-color: rgb(241,111,180); }
div.DivClassName
{
background-color: #F16FB4;
}
.BgClassName
{
background-color: #F16FB4;
}
</style>
border-color css
<style>
span { border-color: #F16FB4; }
span { border-color: rgb(241,111,180); }
td.TdClassName
{
border-color: #F16FB4;
}
.TagClassName
{
border-color: #F16FB4;
}
</style>