Shades of Hot Pink #F655BA
Tints of Hot Pink #F655BA
RGB
CMYK
RGB Variations
Color information
#F655BA (or 0xF655BA) is known color: Hot Pink. HEX triplet: F6, 55 and BA. RGB value is (246,85,186). Sum of RGB (Red+Green+Blue) = 246+85+186=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F655BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F655BA is #09AA45. Grayscale: #909090. Windows color (decimal): -633414 or 12211702. OLE color: 12211702.
HSL color Cylindrical-coordinate representation of color #F655BA: hue angle of 322.36º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F655BA is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 186 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.04 |
| HSL | 322.36º | 0.9% | 0.65% | - |
| HSV(B) | 322.36º | 0.65% | 0.96% | - |
| XYZ | 50.12 | 29.64 | 49.53 | - |
| YUV | 144.65 | 151.34 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 186 | 0 | 0.65 | 0.24 | 0.04 | 322.36 | 0.9 | 0.65 |
| Hex | F6 | 55 | BA | 0 | 41 | 18 | 4 | 142 | 5A | 41 |
| Octal | 366 | 125 | 272 | 0 | 101 | 30 | 4 | 502 | 132 | 101 |
| Binary | 11110110 | 1010101 | 10111010 | 0 | 1000001 | 11000 | 100 | 101000010 | 1011010 | 1000001 |
Color Harmonies of #F655BA
Complementary color
Monochromatic Colors of #F655BA
Black with #F655BA
Text Example
Text Example
White with #F655BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655BA; }
p { color: rgb(246,85,186); }
H1.HeaderClassName
{
color: #F655BA;
}
.AnyTagClassName
{
color: #F655BA;
}
</style>
background-color css
<style>
a { background-color: #F655BA; }
a { background-color: rgb(246,85,186); }
div.DivClassName
{
background-color: #F655BA;
}
.BgClassName
{
background-color: #F655BA;
}
</style>
border-color css
<style>
span { border-color: #F655BA; }
span { border-color: rgb(246,85,186); }
td.TdClassName
{
border-color: #F655BA;
}
.TagClassName
{
border-color: #F655BA;
}
</style>