Shades of Hot Pink #F756BD
Tints of Hot Pink #F756BD
RGB
CMYK
RGB Variations
Color information
#F756BD (or 0xF756BD) is known color: Hot Pink. HEX triplet: F7, 56 and BD. RGB value is (247,86,189). Sum of RGB (Red+Green+Blue) = 247+86+189=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 86 (33.98% from 255 or 16.48% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F756BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F756BD is #08A942. Grayscale: #919191. Windows color (decimal): -567619 or 12408567. OLE color: 12408567.
HSL color Cylindrical-coordinate representation of color #F756BD: hue angle of 321.61º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F756BD is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 189 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.03 |
| HSL | 321.61º | 0.91% | 0.65% | - |
| HSV(B) | 321.61º | 0.65% | 0.97% | - |
| XYZ | 50.87 | 30.1 | 51.27 | - |
| YUV | 145.88 | 152.34 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 189 | 0 | 0.65 | 0.23 | 0.03 | 321.61 | 0.91 | 0.65 |
| Hex | F7 | 56 | BD | 0 | 41 | 17 | 3 | 142 | 5B | 41 |
| Octal | 367 | 126 | 275 | 0 | 101 | 27 | 3 | 502 | 133 | 101 |
| Binary | 11110111 | 1010110 | 10111101 | 0 | 1000001 | 10111 | 11 | 101000010 | 1011011 | 1000001 |
Color Harmonies of #F756BD
Complementary color
Monochromatic Colors of #F756BD
Black with #F756BD
Text Example
Text Example
White with #F756BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F756BD; }
p { color: rgb(247,86,189); }
H1.HeaderClassName
{
color: #F756BD;
}
.AnyTagClassName
{
color: #F756BD;
}
</style>
background-color css
<style>
a { background-color: #F756BD; }
a { background-color: rgb(247,86,189); }
div.DivClassName
{
background-color: #F756BD;
}
.BgClassName
{
background-color: #F756BD;
}
</style>
border-color css
<style>
span { border-color: #F756BD; }
span { border-color: rgb(247,86,189); }
td.TdClassName
{
border-color: #F756BD;
}
.TagClassName
{
border-color: #F756BD;
}
</style>