Shades of Hot Pink #F954BF
Tints of Hot Pink #F954BF
RGB
CMYK
RGB Variations
Color information
#F954BF (or 0xF954BF) is known color: Hot Pink. HEX triplet: F9, 54 and BF. RGB value is (249,84,191). Sum of RGB (Red+Green+Blue) = 249+84+191=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 84 (33.20% from 255 or 16.03% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F954BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F954BF is #06AB40. Grayscale: #919191. Windows color (decimal): -437057 or 12539129. OLE color: 12539129.
HSL color Cylindrical-coordinate representation of color #F954BF: hue angle of 321.09º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F954BF is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 84 | 191 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.02 |
| HSL | 321.09º | 0.93% | 0.65% | - |
| HSV(B) | 321.09º | 0.66% | 0.98% | - |
| XYZ | 51.64 | 30.24 | 52.41 | - |
| YUV | 145.53 | 153.66 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 84 | 191 | 0 | 0.66 | 0.23 | 0.02 | 321.09 | 0.93 | 0.65 |
| Hex | F9 | 54 | BF | 0 | 42 | 17 | 2 | 141 | 5D | 41 |
| Octal | 371 | 124 | 277 | 0 | 102 | 27 | 2 | 501 | 135 | 101 |
| Binary | 11111001 | 1010100 | 10111111 | 0 | 1000010 | 10111 | 10 | 101000001 | 1011101 | 1000001 |
Color Harmonies of #F954BF
Complementary color
Monochromatic Colors of #F954BF
Black with #F954BF
Text Example
Text Example
White with #F954BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F954BF; }
p { color: rgb(249,84,191); }
H1.HeaderClassName
{
color: #F954BF;
}
.AnyTagClassName
{
color: #F954BF;
}
</style>
background-color css
<style>
a { background-color: #F954BF; }
a { background-color: rgb(249,84,191); }
div.DivClassName
{
background-color: #F954BF;
}
.BgClassName
{
background-color: #F954BF;
}
</style>
border-color css
<style>
span { border-color: #F954BF; }
span { border-color: rgb(249,84,191); }
td.TdClassName
{
border-color: #F954BF;
}
.TagClassName
{
border-color: #F954BF;
}
</style>