Shades of Hot Pink #F754B9
Tints of Hot Pink #F754B9
RGB
CMYK
RGB Variations
Color information
#F754B9 (or 0xF754B9) is known color: Hot Pink. HEX triplet: F7, 54 and B9. RGB value is (247,84,185). Sum of RGB (Red+Green+Blue) = 247+84+185=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 84 (33.20% from 255 or 16.28% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F754B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F754B9 is #08AB46. Grayscale: #909090. Windows color (decimal): -568135 or 12145911. OLE color: 12145911.
HSL color Cylindrical-coordinate representation of color #F754B9: hue angle of 322.82º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F754B9 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 185 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.03 |
| HSL | 322.82º | 0.91% | 0.65% | - |
| HSV(B) | 322.82º | 0.66% | 0.97% | - |
| XYZ | 50.29 | 29.62 | 48.97 | - |
| YUV | 144.25 | 151 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 185 | 0 | 0.66 | 0.25 | 0.03 | 322.82 | 0.91 | 0.65 |
| Hex | F7 | 54 | B9 | 0 | 42 | 19 | 3 | 143 | 5B | 41 |
| Octal | 367 | 124 | 271 | 0 | 102 | 31 | 3 | 503 | 133 | 101 |
| Binary | 11110111 | 1010100 | 10111001 | 0 | 1000010 | 11001 | 11 | 101000011 | 1011011 | 1000001 |
Color Harmonies of #F754B9
Complementary color
Monochromatic Colors of #F754B9
Black with #F754B9
Text Example
Text Example
White with #F754B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F754B9; }
p { color: rgb(247,84,185); }
H1.HeaderClassName
{
color: #F754B9;
}
.AnyTagClassName
{
color: #F754B9;
}
</style>
background-color css
<style>
a { background-color: #F754B9; }
a { background-color: rgb(247,84,185); }
div.DivClassName
{
background-color: #F754B9;
}
.BgClassName
{
background-color: #F754B9;
}
</style>
border-color css
<style>
span { border-color: #F754B9; }
span { border-color: rgb(247,84,185); }
td.TdClassName
{
border-color: #F754B9;
}
.TagClassName
{
border-color: #F754B9;
}
</style>