Shades of Hot Pink #F75BBA
Tints of Hot Pink #F75BBA
RGB
CMYK
RGB Variations
Color information
#F75BBA (or 0xF75BBA) is known color: Hot Pink. HEX triplet: F7, 5B and BA. RGB value is (247,91,186). Sum of RGB (Red+Green+Blue) = 247+91+186=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 91 (35.94% from 255 or 17.37% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F75BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75BBA is #08A445. Grayscale: #949494. Windows color (decimal): -566342 or 12213239. OLE color: 12213239.
HSL color Cylindrical-coordinate representation of color #F75BBA: hue angle of 323.46º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75BBA is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 91 | 186 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.03 |
| HSL | 323.46º | 0.91% | 0.66% | - |
| HSV(B) | 323.46º | 0.63% | 0.97% | - |
| XYZ | 50.96 | 30.8 | 49.71 | - |
| YUV | 148.47 | 149.18 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 91 | 186 | 0 | 0.63 | 0.25 | 0.03 | 323.46 | 0.91 | 0.66 |
| Hex | F7 | 5B | BA | 0 | 3F | 19 | 3 | 143 | 5B | 42 |
| Octal | 367 | 133 | 272 | 0 | 77 | 31 | 3 | 503 | 133 | 102 |
| Binary | 11110111 | 1011011 | 10111010 | 0 | 111111 | 11001 | 11 | 101000011 | 1011011 | 1000010 |
Color Harmonies of #F75BBA
Complementary color
Monochromatic Colors of #F75BBA
Black with #F75BBA
Text Example
Text Example
White with #F75BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75BBA; }
p { color: rgb(247,91,186); }
H1.HeaderClassName
{
color: #F75BBA;
}
.AnyTagClassName
{
color: #F75BBA;
}
</style>
background-color css
<style>
a { background-color: #F75BBA; }
a { background-color: rgb(247,91,186); }
div.DivClassName
{
background-color: #F75BBA;
}
.BgClassName
{
background-color: #F75BBA;
}
</style>
border-color css
<style>
span { border-color: #F75BBA; }
span { border-color: rgb(247,91,186); }
td.TdClassName
{
border-color: #F75BBA;
}
.TagClassName
{
border-color: #F75BBA;
}
</style>