Shades of Hot Pink #F465BB
Tints of Hot Pink #F465BB
RGB
CMYK
RGB Variations
Color information
#F465BB (or 0xF465BB) is known color: Hot Pink. HEX triplet: F4, 65 and BB. RGB value is (244,101,187). Sum of RGB (Red+Green+Blue) = 244+101+187=532 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.86% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 244 - color contains mainly: red. Hex color #F465BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F465BB is #0B9A44. Grayscale: #999999. Windows color (decimal): -760389 or 12281332. OLE color: 12281332.
HSL color Cylindrical-coordinate representation of color #F465BB: hue angle of 323.92º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F465BB is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 101 | 187 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.04 |
| HSL | 323.92º | 0.87% | 0.68% | - |
| HSV(B) | 323.92º | 0.59% | 0.96% | - |
| XYZ | 50.93 | 32.13 | 50.53 | - |
| YUV | 153.56 | 146.88 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 101 | 187 | 0 | 0.59 | 0.23 | 0.04 | 323.92 | 0.87 | 0.68 |
| Hex | F4 | 65 | BB | 0 | 3B | 17 | 4 | 144 | 57 | 44 |
| Octal | 364 | 145 | 273 | 0 | 73 | 27 | 4 | 504 | 127 | 104 |
| Binary | 11110100 | 1100101 | 10111011 | 0 | 111011 | 10111 | 100 | 101000100 | 1010111 | 1000100 |
Color Harmonies of #F465BB
Complementary color
Monochromatic Colors of #F465BB
Black with #F465BB
Text Example
Text Example
White with #F465BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F465BB; }
p { color: rgb(244,101,187); }
H1.HeaderClassName
{
color: #F465BB;
}
.AnyTagClassName
{
color: #F465BB;
}
</style>
background-color css
<style>
a { background-color: #F465BB; }
a { background-color: rgb(244,101,187); }
div.DivClassName
{
background-color: #F465BB;
}
.BgClassName
{
background-color: #F465BB;
}
</style>
border-color css
<style>
span { border-color: #F465BB; }
span { border-color: rgb(244,101,187); }
td.TdClassName
{
border-color: #F465BB;
}
.TagClassName
{
border-color: #F465BB;
}
</style>