Shades of Hot Pink #F460BB
Tints of Hot Pink #F460BB
RGB
CMYK
RGB Variations
Color information
#F460BB (or 0xF460BB) is known color: Hot Pink. HEX triplet: F4, 60 and BB. RGB value is (244,96,187). Sum of RGB (Red+Green+Blue) = 244+96+187=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F460BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F460BB is #0B9F44. Grayscale: #969696. Windows color (decimal): -761669 or 12280052. OLE color: 12280052.
HSL color Cylindrical-coordinate representation of color #F460BB: hue angle of 323.11º 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 #F460BB is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 96 | 187 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.04 |
| HSL | 323.11º | 0.87% | 0.67% | - |
| HSV(B) | 323.11º | 0.61% | 0.96% | - |
| XYZ | 50.46 | 31.19 | 50.37 | - |
| YUV | 150.63 | 148.53 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 96 | 187 | 0 | 0.61 | 0.23 | 0.04 | 323.11 | 0.87 | 0.67 |
| Hex | F4 | 60 | BB | 0 | 3D | 17 | 4 | 143 | 57 | 43 |
| Octal | 364 | 140 | 273 | 0 | 75 | 27 | 4 | 503 | 127 | 103 |
| Binary | 11110100 | 1100000 | 10111011 | 0 | 111101 | 10111 | 100 | 101000011 | 1010111 | 1000011 |
Color Harmonies of #F460BB
Complementary color
Monochromatic Colors of #F460BB
Black with #F460BB
Text Example
Text Example
White with #F460BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F460BB; }
p { color: rgb(244,96,187); }
H1.HeaderClassName
{
color: #F460BB;
}
.AnyTagClassName
{
color: #F460BB;
}
</style>
background-color css
<style>
a { background-color: #F460BB; }
a { background-color: rgb(244,96,187); }
div.DivClassName
{
background-color: #F460BB;
}
.BgClassName
{
background-color: #F460BB;
}
</style>
border-color css
<style>
span { border-color: #F460BB; }
span { border-color: rgb(244,96,187); }
td.TdClassName
{
border-color: #F460BB;
}
.TagClassName
{
border-color: #F460BB;
}
</style>