Shades of Hot Pink #F461BC
Tints of Hot Pink #F461BC
RGB
CMYK
RGB Variations
Color information
#F461BC (or 0xF461BC) is known color: Hot Pink. HEX triplet: F4, 61 and BC. RGB value is (244,97,188). Sum of RGB (Red+Green+Blue) = 244+97+188=529 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.12% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 244 - color contains mainly: red. Hex color #F461BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F461BC is #0B9E43. Grayscale: #979797. Windows color (decimal): -761412 or 12345844. OLE color: 12345844.
HSL color Cylindrical-coordinate representation of color #F461BC: hue angle of 322.86º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F461BC is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 97 | 188 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.04 |
| HSL | 322.86º | 0.87% | 0.67% | - |
| HSV(B) | 322.86º | 0.6% | 0.96% | - |
| XYZ | 50.66 | 31.41 | 50.97 | - |
| YUV | 151.33 | 148.7 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 97 | 188 | 0 | 0.60 | 0.23 | 0.04 | 322.86 | 0.87 | 0.67 |
| Hex | F4 | 61 | BC | 0 | 3C | 17 | 4 | 143 | 57 | 43 |
| Octal | 364 | 141 | 274 | 0 | 74 | 27 | 4 | 503 | 127 | 103 |
| Binary | 11110100 | 1100001 | 10111100 | 0 | 111100 | 10111 | 100 | 101000011 | 1010111 | 1000011 |
Color Harmonies of #F461BC
Complementary color
Monochromatic Colors of #F461BC
Black with #F461BC
Text Example
Text Example
White with #F461BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F461BC; }
p { color: rgb(244,97,188); }
H1.HeaderClassName
{
color: #F461BC;
}
.AnyTagClassName
{
color: #F461BC;
}
</style>
background-color css
<style>
a { background-color: #F461BC; }
a { background-color: rgb(244,97,188); }
div.DivClassName
{
background-color: #F461BC;
}
.BgClassName
{
background-color: #F461BC;
}
</style>
border-color css
<style>
span { border-color: #F461BC; }
span { border-color: rgb(244,97,188); }
td.TdClassName
{
border-color: #F461BC;
}
.TagClassName
{
border-color: #F461BC;
}
</style>