Shades of Hot Pink #F751BD
Tints of Hot Pink #F751BD
RGB
CMYK
RGB Variations
Color information
#F751BD (or 0xF751BD) is known color: Hot Pink. HEX triplet: F7, 51 and BD. RGB value is (247,81,189). Sum of RGB (Red+Green+Blue) = 247+81+189=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 81 (32.03% from 255 or 15.67% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F751BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F751BD is #08AE42. Grayscale: #8E8E8E. Windows color (decimal): -568899 or 12407287. OLE color: 12407287.
HSL color Cylindrical-coordinate representation of color #F751BD: hue angle of 320.96º 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 #F751BD is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 189 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.03 |
| HSL | 320.96º | 0.91% | 0.64% | - |
| HSV(B) | 320.96º | 0.67% | 0.97% | - |
| XYZ | 50.49 | 29.33 | 51.15 | - |
| YUV | 142.95 | 154 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 189 | 0 | 0.67 | 0.23 | 0.03 | 320.96 | 0.91 | 0.64 |
| Hex | F7 | 51 | BD | 0 | 43 | 17 | 3 | 141 | 5B | 40 |
| Octal | 367 | 121 | 275 | 0 | 103 | 27 | 3 | 501 | 133 | 100 |
| Binary | 11110111 | 1010001 | 10111101 | 0 | 1000011 | 10111 | 11 | 101000001 | 1011011 | 1000000 |
Color Harmonies of #F751BD
Complementary color
Monochromatic Colors of #F751BD
Black with #F751BD
Text Example
Text Example
White with #F751BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F751BD; }
p { color: rgb(247,81,189); }
H1.HeaderClassName
{
color: #F751BD;
}
.AnyTagClassName
{
color: #F751BD;
}
</style>
background-color css
<style>
a { background-color: #F751BD; }
a { background-color: rgb(247,81,189); }
div.DivClassName
{
background-color: #F751BD;
}
.BgClassName
{
background-color: #F751BD;
}
</style>
border-color css
<style>
span { border-color: #F751BD; }
span { border-color: rgb(247,81,189); }
td.TdClassName
{
border-color: #F751BD;
}
.TagClassName
{
border-color: #F751BD;
}
</style>