Shades of Hot Pink #F74FBC
Tints of Hot Pink #F74FBC
RGB
CMYK
RGB Variations
Color information
#F74FBC (or 0xF74FBC) is known color: Hot Pink. HEX triplet: F7, 4F and BC. RGB value is (247,79,188). Sum of RGB (Red+Green+Blue) = 247+79+188=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 79 (31.25% from 255 or 15.37% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F74FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74FBC is #08B043. Grayscale: #8D8D8D. Windows color (decimal): -569412 or 12341239. OLE color: 12341239.
HSL color Cylindrical-coordinate representation of color #F74FBC: hue angle of 321.07º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74FBC is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 79 | 188 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.03 |
| HSL | 321.07º | 0.91% | 0.64% | - |
| HSV(B) | 321.07º | 0.68% | 0.97% | - |
| XYZ | 50.23 | 29 | 50.53 | - |
| YUV | 141.66 | 154.16 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 79 | 188 | 0 | 0.68 | 0.24 | 0.03 | 321.07 | 0.91 | 0.64 |
| Hex | F7 | 4F | BC | 0 | 44 | 18 | 3 | 141 | 5B | 40 |
| Octal | 367 | 117 | 274 | 0 | 104 | 30 | 3 | 501 | 133 | 100 |
| Binary | 11110111 | 1001111 | 10111100 | 0 | 1000100 | 11000 | 11 | 101000001 | 1011011 | 1000000 |
Color Harmonies of #F74FBC
Complementary color
Monochromatic Colors of #F74FBC
Black with #F74FBC
Text Example
Text Example
White with #F74FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74FBC; }
p { color: rgb(247,79,188); }
H1.HeaderClassName
{
color: #F74FBC;
}
.AnyTagClassName
{
color: #F74FBC;
}
</style>
background-color css
<style>
a { background-color: #F74FBC; }
a { background-color: rgb(247,79,188); }
div.DivClassName
{
background-color: #F74FBC;
}
.BgClassName
{
background-color: #F74FBC;
}
</style>
border-color css
<style>
span { border-color: #F74FBC; }
span { border-color: rgb(247,79,188); }
td.TdClassName
{
border-color: #F74FBC;
}
.TagClassName
{
border-color: #F74FBC;
}
</style>