Shades of Hot Pink #F978B0
Tints of Hot Pink #F978B0
RGB
CMYK
RGB Variations
Color information
#F978B0 (or 0xF978B0) is known color: Hot Pink. HEX triplet: F9, 78 and B0. RGB value is (249,120,176). Sum of RGB (Red+Green+Blue) = 249+120+176=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F978B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F978B0 is #06874F. Grayscale: #A4A4A4. Windows color (decimal): -427856 or 11565305. OLE color: 11565305.
HSL color Cylindrical-coordinate representation of color #F978B0: hue angle of 333.95º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F978B0 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 176 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.02 |
| HSL | 333.95º | 0.91% | 0.72% | - |
| HSV(B) | 333.95º | 0.52% | 0.98% | - |
| XYZ | 53.62 | 36.71 | 45.33 | - |
| YUV | 164.96 | 134.24 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 176 | 0 | 0.52 | 0.29 | 0.02 | 333.95 | 0.91 | 0.72 |
| Hex | F9 | 78 | B0 | 0 | 34 | 1D | 2 | 14E | 5B | 48 |
| Octal | 371 | 170 | 260 | 0 | 64 | 35 | 2 | 516 | 133 | 110 |
| Binary | 11111001 | 1111000 | 10110000 | 0 | 110100 | 11101 | 10 | 101001110 | 1011011 | 1001000 |
Color Harmonies of #F978B0
Complementary color
Monochromatic Colors of #F978B0
Black with #F978B0
Text Example
Text Example
White with #F978B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978B0; }
p { color: rgb(249,120,176); }
H1.HeaderClassName
{
color: #F978B0;
}
.AnyTagClassName
{
color: #F978B0;
}
</style>
background-color css
<style>
a { background-color: #F978B0; }
a { background-color: rgb(249,120,176); }
div.DivClassName
{
background-color: #F978B0;
}
.BgClassName
{
background-color: #F978B0;
}
</style>
border-color css
<style>
span { border-color: #F978B0; }
span { border-color: rgb(249,120,176); }
td.TdClassName
{
border-color: #F978B0;
}
.TagClassName
{
border-color: #F978B0;
}
</style>