Shades of Hot Pink #F751BC
Tints of Hot Pink #F751BC
RGB
CMYK
RGB Variations
Color information
#F751BC (or 0xF751BC) is known color: Hot Pink. HEX triplet: F7, 51 and BC. RGB value is (247,81,188). Sum of RGB (Red+Green+Blue) = 247+81+188=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F751BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F751BC is #08AE43. Grayscale: #8E8E8E. Windows color (decimal): -568900 or 12341751. OLE color: 12341751.
HSL color Cylindrical-coordinate representation of color #F751BC: hue angle of 321.33º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F751BC is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 188 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.03 |
| HSL | 321.33º | 0.91% | 0.64% | - |
| HSV(B) | 321.33º | 0.67% | 0.97% | - |
| XYZ | 50.38 | 29.29 | 50.58 | - |
| YUV | 142.83 | 153.5 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 188 | 0 | 0.67 | 0.24 | 0.03 | 321.33 | 0.91 | 0.64 |
| Hex | F7 | 51 | BC | 0 | 43 | 18 | 3 | 141 | 5B | 40 |
| Octal | 367 | 121 | 274 | 0 | 103 | 30 | 3 | 501 | 133 | 100 |
| Binary | 11110111 | 1010001 | 10111100 | 0 | 1000011 | 11000 | 11 | 101000001 | 1011011 | 1000000 |
Color Harmonies of #F751BC
Complementary color
Monochromatic Colors of #F751BC
Black with #F751BC
Text Example
Text Example
White with #F751BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F751BC; }
p { color: rgb(247,81,188); }
H1.HeaderClassName
{
color: #F751BC;
}
.AnyTagClassName
{
color: #F751BC;
}
</style>
background-color css
<style>
a { background-color: #F751BC; }
a { background-color: rgb(247,81,188); }
div.DivClassName
{
background-color: #F751BC;
}
.BgClassName
{
background-color: #F751BC;
}
</style>
border-color css
<style>
span { border-color: #F751BC; }
span { border-color: rgb(247,81,188); }
td.TdClassName
{
border-color: #F751BC;
}
.TagClassName
{
border-color: #F751BC;
}
</style>