Shades of Hot Pink #F654BD
Tints of Hot Pink #F654BD
RGB
CMYK
RGB Variations
Color information
#F654BD (or 0xF654BD) is known color: Hot Pink. HEX triplet: F6, 54 and BD. RGB value is (246,84,189). Sum of RGB (Red+Green+Blue) = 246+84+189=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 84 (33.20% from 255 or 16.18% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F654BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F654BD is #09AB42. Grayscale: #909090. Windows color (decimal): -633667 or 12408054. OLE color: 12408054.
HSL color Cylindrical-coordinate representation of color #F654BD: hue angle of 321.11º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F654BD is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 84 | 189 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.04 |
| HSL | 321.11º | 0.9% | 0.65% | - |
| HSV(B) | 321.11º | 0.66% | 0.96% | - |
| XYZ | 50.36 | 29.61 | 51.2 | - |
| YUV | 144.41 | 153.17 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 84 | 189 | 0 | 0.66 | 0.23 | 0.04 | 321.11 | 0.9 | 0.65 |
| Hex | F6 | 54 | BD | 0 | 42 | 17 | 4 | 141 | 5A | 41 |
| Octal | 366 | 124 | 275 | 0 | 102 | 27 | 4 | 501 | 132 | 101 |
| Binary | 11110110 | 1010100 | 10111101 | 0 | 1000010 | 10111 | 100 | 101000001 | 1011010 | 1000001 |
Color Harmonies of #F654BD
Complementary color
Monochromatic Colors of #F654BD
Black with #F654BD
Text Example
Text Example
White with #F654BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F654BD; }
p { color: rgb(246,84,189); }
H1.HeaderClassName
{
color: #F654BD;
}
.AnyTagClassName
{
color: #F654BD;
}
</style>
background-color css
<style>
a { background-color: #F654BD; }
a { background-color: rgb(246,84,189); }
div.DivClassName
{
background-color: #F654BD;
}
.BgClassName
{
background-color: #F654BD;
}
</style>
border-color css
<style>
span { border-color: #F654BD; }
span { border-color: rgb(246,84,189); }
td.TdClassName
{
border-color: #F654BD;
}
.TagClassName
{
border-color: #F654BD;
}
</style>