Shades of Hot Pink #F16BAF
Tints of Hot Pink #F16BAF
RGB
CMYK
RGB Variations
Color information
#F16BAF (or 0xF16BAF) is known color: Hot Pink. HEX triplet: F1, 6B and AF. RGB value is (241,107,175). Sum of RGB (Red+Green+Blue) = 241+107+175=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16BAF is #0E9450. Grayscale: #9A9A9A. Windows color (decimal): -955473 or 11496433. OLE color: 11496433.
HSL color Cylindrical-coordinate representation of color #F16BAF: hue angle of 329.55º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16BAF is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 175 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.05 |
| HSL | 329.55º | 0.83% | 0.68% | - |
| HSV(B) | 329.55º | 0.56% | 0.95% | - |
| XYZ | 49.27 | 32.31 | 44.2 | - |
| YUV | 154.82 | 139.39 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 175 | 0 | 0.56 | 0.27 | 0.05 | 329.55 | 0.83 | 0.68 |
| Hex | F1 | 6B | AF | 0 | 38 | 1B | 5 | 14A | 53 | 44 |
| Octal | 361 | 153 | 257 | 0 | 70 | 33 | 5 | 512 | 123 | 104 |
| Binary | 11110001 | 1101011 | 10101111 | 0 | 111000 | 11011 | 101 | 101001010 | 1010011 | 1000100 |
Color Harmonies of #F16BAF
Complementary color
Monochromatic Colors of #F16BAF
Black with #F16BAF
Text Example
Text Example
White with #F16BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16BAF; }
p { color: rgb(241,107,175); }
H1.HeaderClassName
{
color: #F16BAF;
}
.AnyTagClassName
{
color: #F16BAF;
}
</style>
background-color css
<style>
a { background-color: #F16BAF; }
a { background-color: rgb(241,107,175); }
div.DivClassName
{
background-color: #F16BAF;
}
.BgClassName
{
background-color: #F16BAF;
}
</style>
border-color css
<style>
span { border-color: #F16BAF; }
span { border-color: rgb(241,107,175); }
td.TdClassName
{
border-color: #F16BAF;
}
.TagClassName
{
border-color: #F16BAF;
}
</style>