Shades of Hot Pink #F463BC
Tints of Hot Pink #F463BC
RGB
CMYK
RGB Variations
Color information
#F463BC (or 0xF463BC) is known color: Hot Pink. HEX triplet: F4, 63 and BC. RGB value is (244,99,188). Sum of RGB (Red+Green+Blue) = 244+99+188=531 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.95% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 244 - color contains mainly: red. Hex color #F463BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F463BC is #0B9C43. Grayscale: #989898. Windows color (decimal): -760900 or 12346356. OLE color: 12346356.
HSL color Cylindrical-coordinate representation of color #F463BC: hue angle of 323.17º 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 #F463BC is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 99 | 188 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.04 |
| HSL | 323.17º | 0.87% | 0.67% | - |
| HSV(B) | 323.17º | 0.59% | 0.96% | - |
| XYZ | 50.85 | 31.79 | 51.03 | - |
| YUV | 152.5 | 148.04 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 99 | 188 | 0 | 0.59 | 0.23 | 0.04 | 323.17 | 0.87 | 0.67 |
| Hex | F4 | 63 | BC | 0 | 3B | 17 | 4 | 143 | 57 | 43 |
| Octal | 364 | 143 | 274 | 0 | 73 | 27 | 4 | 503 | 127 | 103 |
| Binary | 11110100 | 1100011 | 10111100 | 0 | 111011 | 10111 | 100 | 101000011 | 1010111 | 1000011 |
Color Harmonies of #F463BC
Complementary color
Monochromatic Colors of #F463BC
Black with #F463BC
Text Example
Text Example
White with #F463BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F463BC; }
p { color: rgb(244,99,188); }
H1.HeaderClassName
{
color: #F463BC;
}
.AnyTagClassName
{
color: #F463BC;
}
</style>
background-color css
<style>
a { background-color: #F463BC; }
a { background-color: rgb(244,99,188); }
div.DivClassName
{
background-color: #F463BC;
}
.BgClassName
{
background-color: #F463BC;
}
</style>
border-color css
<style>
span { border-color: #F463BC; }
span { border-color: rgb(244,99,188); }
td.TdClassName
{
border-color: #F463BC;
}
.TagClassName
{
border-color: #F463BC;
}
</style>