Shades of Hot Pink #F973B8
Tints of Hot Pink #F973B8
RGB
CMYK
RGB Variations
Color information
#F973B8 (or 0xF973B8) is known color: Hot Pink. HEX triplet: F9, 73 and B8. RGB value is (249,115,184). Sum of RGB (Red+Green+Blue) = 249+115+184=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F973B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F973B8 is #068C47. Grayscale: #A2A2A2. Windows color (decimal): -429128 or 12088313. OLE color: 12088313.
HSL color Cylindrical-coordinate representation of color #F973B8: hue angle of 329.1º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F973B8 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 115 | 184 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.02 |
| HSL | 329.1º | 0.92% | 0.71% | - |
| HSV(B) | 329.1º | 0.54% | 0.98% | - |
| XYZ | 53.85 | 35.86 | 49.43 | - |
| YUV | 162.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 115 | 184 | 0 | 0.54 | 0.26 | 0.02 | 329.1 | 0.92 | 0.71 |
| Hex | F9 | 73 | B8 | 0 | 36 | 1A | 2 | 149 | 5C | 47 |
| Octal | 371 | 163 | 270 | 0 | 66 | 32 | 2 | 511 | 134 | 107 |
| Binary | 11111001 | 1110011 | 10111000 | 0 | 110110 | 11010 | 10 | 101001001 | 1011100 | 1000111 |
Color Harmonies of #F973B8
Complementary color
Monochromatic Colors of #F973B8
Black with #F973B8
Text Example
Text Example
White with #F973B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F973B8; }
p { color: rgb(249,115,184); }
H1.HeaderClassName
{
color: #F973B8;
}
.AnyTagClassName
{
color: #F973B8;
}
</style>
background-color css
<style>
a { background-color: #F973B8; }
a { background-color: rgb(249,115,184); }
div.DivClassName
{
background-color: #F973B8;
}
.BgClassName
{
background-color: #F973B8;
}
</style>
border-color css
<style>
span { border-color: #F973B8; }
span { border-color: rgb(249,115,184); }
td.TdClassName
{
border-color: #F973B8;
}
.TagClassName
{
border-color: #F973B8;
}
</style>