Shades of Hot Pink #F164BA
Tints of Hot Pink #F164BA
RGB
CMYK
RGB Variations
Color information
#F164BA (or 0xF164BA) is known color: Hot Pink. HEX triplet: F1, 64 and BA. RGB value is (241,100,186). Sum of RGB (Red+Green+Blue) = 241+100+186=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F164BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F164BA is #0E9B45. Grayscale: #979797. Windows color (decimal): -957254 or 12215537. OLE color: 12215537.
HSL color Cylindrical-coordinate representation of color #F164BA: hue angle of 323.4º degrees, saturation: 0.83, 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 #F164BA is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 186 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.05 |
| HSL | 323.4º | 0.83% | 0.67% | - |
| HSV(B) | 323.4º | 0.59% | 0.95% | - |
| XYZ | 49.7 | 31.36 | 49.89 | - |
| YUV | 151.96 | 147.21 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 186 | 0 | 0.59 | 0.23 | 0.05 | 323.4 | 0.83 | 0.67 |
| Hex | F1 | 64 | BA | 0 | 3B | 17 | 5 | 143 | 53 | 43 |
| Octal | 361 | 144 | 272 | 0 | 73 | 27 | 5 | 503 | 123 | 103 |
| Binary | 11110001 | 1100100 | 10111010 | 0 | 111011 | 10111 | 101 | 101000011 | 1010011 | 1000011 |
Color Harmonies of #F164BA
Complementary color
Monochromatic Colors of #F164BA
Black with #F164BA
Text Example
Text Example
White with #F164BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F164BA; }
p { color: rgb(241,100,186); }
H1.HeaderClassName
{
color: #F164BA;
}
.AnyTagClassName
{
color: #F164BA;
}
</style>
background-color css
<style>
a { background-color: #F164BA; }
a { background-color: rgb(241,100,186); }
div.DivClassName
{
background-color: #F164BA;
}
.BgClassName
{
background-color: #F164BA;
}
</style>
border-color css
<style>
span { border-color: #F164BA; }
span { border-color: rgb(241,100,186); }
td.TdClassName
{
border-color: #F164BA;
}
.TagClassName
{
border-color: #F164BA;
}
</style>