Shades of Hot Pink #F464BB
Tints of Hot Pink #F464BB
RGB
CMYK
RGB Variations
Color information
#F464BB (or 0xF464BB) is known color: Hot Pink. HEX triplet: F4, 64 and BB. RGB value is (244,100,187). Sum of RGB (Red+Green+Blue) = 244+100+187=531 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.95% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 244 - color contains mainly: red. Hex color #F464BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F464BB is #0B9B44. Grayscale: #989898. Windows color (decimal): -760645 or 12281076. OLE color: 12281076.
HSL color Cylindrical-coordinate representation of color #F464BB: hue angle of 323.75º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F464BB is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 100 | 187 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.04 |
| HSL | 323.75º | 0.87% | 0.67% | - |
| HSV(B) | 323.75º | 0.59% | 0.96% | - |
| XYZ | 50.84 | 31.94 | 50.5 | - |
| YUV | 152.97 | 147.21 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 100 | 187 | 0 | 0.59 | 0.23 | 0.04 | 323.75 | 0.87 | 0.67 |
| Hex | F4 | 64 | BB | 0 | 3B | 17 | 4 | 144 | 57 | 43 |
| Octal | 364 | 144 | 273 | 0 | 73 | 27 | 4 | 504 | 127 | 103 |
| Binary | 11110100 | 1100100 | 10111011 | 0 | 111011 | 10111 | 100 | 101000100 | 1010111 | 1000011 |
Color Harmonies of #F464BB
Complementary color
Monochromatic Colors of #F464BB
Black with #F464BB
Text Example
Text Example
White with #F464BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F464BB; }
p { color: rgb(244,100,187); }
H1.HeaderClassName
{
color: #F464BB;
}
.AnyTagClassName
{
color: #F464BB;
}
</style>
background-color css
<style>
a { background-color: #F464BB; }
a { background-color: rgb(244,100,187); }
div.DivClassName
{
background-color: #F464BB;
}
.BgClassName
{
background-color: #F464BB;
}
</style>
border-color css
<style>
span { border-color: #F464BB; }
span { border-color: rgb(244,100,187); }
td.TdClassName
{
border-color: #F464BB;
}
.TagClassName
{
border-color: #F464BB;
}
</style>