Shades of Hot Pink #F653BD
Tints of Hot Pink #F653BD
RGB
CMYK
RGB Variations
Color information
#F653BD (or 0xF653BD) is known color: Hot Pink. HEX triplet: F6, 53 and BD. RGB value is (246,83,189). Sum of RGB (Red+Green+Blue) = 246+83+189=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F653BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F653BD is #09AC42. Grayscale: #8F8F8F. Windows color (decimal): -633923 or 12407798. OLE color: 12407798.
HSL color Cylindrical-coordinate representation of color #F653BD: hue angle of 320.98º 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 #F653BD is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 189 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.04 |
| HSL | 320.98º | 0.9% | 0.65% | - |
| HSV(B) | 320.98º | 0.66% | 0.96% | - |
| XYZ | 50.28 | 29.45 | 51.18 | - |
| YUV | 143.82 | 153.5 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 189 | 0 | 0.66 | 0.23 | 0.04 | 320.98 | 0.9 | 0.65 |
| Hex | F6 | 53 | BD | 0 | 42 | 17 | 4 | 141 | 5A | 41 |
| Octal | 366 | 123 | 275 | 0 | 102 | 27 | 4 | 501 | 132 | 101 |
| Binary | 11110110 | 1010011 | 10111101 | 0 | 1000010 | 10111 | 100 | 101000001 | 1011010 | 1000001 |
Color Harmonies of #F653BD
Complementary color
Monochromatic Colors of #F653BD
Black with #F653BD
Text Example
Text Example
White with #F653BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F653BD; }
p { color: rgb(246,83,189); }
H1.HeaderClassName
{
color: #F653BD;
}
.AnyTagClassName
{
color: #F653BD;
}
</style>
background-color css
<style>
a { background-color: #F653BD; }
a { background-color: rgb(246,83,189); }
div.DivClassName
{
background-color: #F653BD;
}
.BgClassName
{
background-color: #F653BD;
}
</style>
border-color css
<style>
span { border-color: #F653BD; }
span { border-color: rgb(246,83,189); }
td.TdClassName
{
border-color: #F653BD;
}
.TagClassName
{
border-color: #F653BD;
}
</style>