Shades of Hot Pink #F653BF
Tints of Hot Pink #F653BF
RGB
CMYK
RGB Variations
Color information
#F653BF (or 0xF653BF) is known color: Hot Pink. HEX triplet: F6, 53 and BF. RGB value is (246,83,191). Sum of RGB (Red+Green+Blue) = 246+83+191=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 83 (32.81% from 255 or 15.96% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F653BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F653BF is #09AC40. Grayscale: #8F8F8F. Windows color (decimal): -633921 or 12538870. OLE color: 12538870.
HSL color Cylindrical-coordinate representation of color #F653BF: hue angle of 320.25º 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 #F653BF is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 191 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.04 |
| HSL | 320.25º | 0.9% | 0.65% | - |
| HSV(B) | 320.25º | 0.66% | 0.96% | - |
| XYZ | 50.5 | 29.54 | 52.33 | - |
| YUV | 144.05 | 154.5 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 191 | 0 | 0.66 | 0.22 | 0.04 | 320.25 | 0.9 | 0.65 |
| Hex | F6 | 53 | BF | 0 | 42 | 16 | 4 | 140 | 5A | 41 |
| Octal | 366 | 123 | 277 | 0 | 102 | 26 | 4 | 500 | 132 | 101 |
| Binary | 11110110 | 1010011 | 10111111 | 0 | 1000010 | 10110 | 100 | 101000000 | 1011010 | 1000001 |
Color Harmonies of #F653BF
Complementary color
Monochromatic Colors of #F653BF
Black with #F653BF
Text Example
Text Example
White with #F653BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F653BF; }
p { color: rgb(246,83,191); }
H1.HeaderClassName
{
color: #F653BF;
}
.AnyTagClassName
{
color: #F653BF;
}
</style>
background-color css
<style>
a { background-color: #F653BF; }
a { background-color: rgb(246,83,191); }
div.DivClassName
{
background-color: #F653BF;
}
.BgClassName
{
background-color: #F653BF;
}
</style>
border-color css
<style>
span { border-color: #F653BF; }
span { border-color: rgb(246,83,191); }
td.TdClassName
{
border-color: #F653BF;
}
.TagClassName
{
border-color: #F653BF;
}
</style>