Shades of Hot Pink #F460BA
Tints of Hot Pink #F460BA
RGB
CMYK
RGB Variations
Color information
#F460BA (or 0xF460BA) is known color: Hot Pink. HEX triplet: F4, 60 and BA. RGB value is (244,96,186). Sum of RGB (Red+Green+Blue) = 244+96+186=526 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.39% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 244 - color contains mainly: red. Hex color #F460BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F460BA is #0B9F45. Grayscale: #969696. Windows color (decimal): -761670 or 12214516. OLE color: 12214516.
HSL color Cylindrical-coordinate representation of color #F460BA: hue angle of 323.51º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F460BA is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 96 | 186 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.04 |
| HSL | 323.51º | 0.87% | 0.67% | - |
| HSV(B) | 323.51º | 0.61% | 0.96% | - |
| XYZ | 50.35 | 31.14 | 49.81 | - |
| YUV | 150.51 | 148.03 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 96 | 186 | 0 | 0.61 | 0.24 | 0.04 | 323.51 | 0.87 | 0.67 |
| Hex | F4 | 60 | BA | 0 | 3D | 18 | 4 | 144 | 57 | 43 |
| Octal | 364 | 140 | 272 | 0 | 75 | 30 | 4 | 504 | 127 | 103 |
| Binary | 11110100 | 1100000 | 10111010 | 0 | 111101 | 11000 | 100 | 101000100 | 1010111 | 1000011 |
Color Harmonies of #F460BA
Complementary color
Monochromatic Colors of #F460BA
Black with #F460BA
Text Example
Text Example
White with #F460BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F460BA; }
p { color: rgb(244,96,186); }
H1.HeaderClassName
{
color: #F460BA;
}
.AnyTagClassName
{
color: #F460BA;
}
</style>
background-color css
<style>
a { background-color: #F460BA; }
a { background-color: rgb(244,96,186); }
div.DivClassName
{
background-color: #F460BA;
}
.BgClassName
{
background-color: #F460BA;
}
</style>
border-color css
<style>
span { border-color: #F460BA; }
span { border-color: rgb(244,96,186); }
td.TdClassName
{
border-color: #F460BA;
}
.TagClassName
{
border-color: #F460BA;
}
</style>