Shades of Hot Pink #F750BF
Tints of Hot Pink #F750BF
RGB
CMYK
RGB Variations
Color information
#F750BF (or 0xF750BF) is known color: Hot Pink. HEX triplet: F7, 50 and BF. RGB value is (247,80,191). Sum of RGB (Red+Green+Blue) = 247+80+191=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 247 - color contains mainly: red. Hex color #F750BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F750BF is #08AF40. Grayscale: #8E8E8E. Windows color (decimal): -569153 or 12538103. OLE color: 12538103.
HSL color Cylindrical-coordinate representation of color #F750BF: hue angle of 320.12º 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 #F750BF is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 80 | 191 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.03 |
| HSL | 320.12º | 0.91% | 0.64% | - |
| HSV(B) | 320.12º | 0.68% | 0.97% | - |
| XYZ | 50.63 | 29.27 | 52.27 | - |
| YUV | 142.59 | 155.33 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 80 | 191 | 0 | 0.68 | 0.23 | 0.03 | 320.12 | 0.91 | 0.64 |
| Hex | F7 | 50 | BF | 0 | 44 | 17 | 3 | 140 | 5B | 40 |
| Octal | 367 | 120 | 277 | 0 | 104 | 27 | 3 | 500 | 133 | 100 |
| Binary | 11110111 | 1010000 | 10111111 | 0 | 1000100 | 10111 | 11 | 101000000 | 1011011 | 1000000 |
Color Harmonies of #F750BF
Complementary color
Monochromatic Colors of #F750BF
Black with #F750BF
Text Example
Text Example
White with #F750BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F750BF; }
p { color: rgb(247,80,191); }
H1.HeaderClassName
{
color: #F750BF;
}
.AnyTagClassName
{
color: #F750BF;
}
</style>
background-color css
<style>
a { background-color: #F750BF; }
a { background-color: rgb(247,80,191); }
div.DivClassName
{
background-color: #F750BF;
}
.BgClassName
{
background-color: #F750BF;
}
</style>
border-color css
<style>
span { border-color: #F750BF; }
span { border-color: rgb(247,80,191); }
td.TdClassName
{
border-color: #F750BF;
}
.TagClassName
{
border-color: #F750BF;
}
</style>