Shades of Hot Pink #F94FBC
Tints of Hot Pink #F94FBC
RGB
CMYK
RGB Variations
Color information
#F94FBC (or 0xF94FBC) is known color: Hot Pink. HEX triplet: F9, 4F and BC. RGB value is (249,79,188). Sum of RGB (Red+Green+Blue) = 249+79+188=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 79 (31.25% from 255 or 15.31% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F94FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94FBC is #06B043. Grayscale: #8D8D8D. Windows color (decimal): -438340 or 12341241. OLE color: 12341241.
HSL color Cylindrical-coordinate representation of color #F94FBC: hue angle of 321.53º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F94FBC is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 79 | 188 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.02 |
| HSL | 321.53º | 0.93% | 0.64% | - |
| HSV(B) | 321.53º | 0.68% | 0.98% | - |
| XYZ | 50.94 | 29.36 | 50.56 | - |
| YUV | 142.26 | 153.82 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 79 | 188 | 0 | 0.68 | 0.24 | 0.02 | 321.53 | 0.93 | 0.64 |
| Hex | F9 | 4F | BC | 0 | 44 | 18 | 2 | 142 | 5D | 40 |
| Octal | 371 | 117 | 274 | 0 | 104 | 30 | 2 | 502 | 135 | 100 |
| Binary | 11111001 | 1001111 | 10111100 | 0 | 1000100 | 11000 | 10 | 101000010 | 1011101 | 1000000 |
Color Harmonies of #F94FBC
Complementary color
Monochromatic Colors of #F94FBC
Black with #F94FBC
Text Example
Text Example
White with #F94FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94FBC; }
p { color: rgb(249,79,188); }
H1.HeaderClassName
{
color: #F94FBC;
}
.AnyTagClassName
{
color: #F94FBC;
}
</style>
background-color css
<style>
a { background-color: #F94FBC; }
a { background-color: rgb(249,79,188); }
div.DivClassName
{
background-color: #F94FBC;
}
.BgClassName
{
background-color: #F94FBC;
}
</style>
border-color css
<style>
span { border-color: #F94FBC; }
span { border-color: rgb(249,79,188); }
td.TdClassName
{
border-color: #F94FBC;
}
.TagClassName
{
border-color: #F94FBC;
}
</style>