Shades of Hot Pink #F063AB
Tints of Hot Pink #F063AB
RGB
CMYK
RGB Variations
Color information
#F063AB (or 0xF063AB) is known color: Hot Pink. HEX triplet: F0, 63 and AB. RGB value is (240,99,171). Sum of RGB (Red+Green+Blue) = 240+99+171=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F063AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F063AB is #0F9C54. Grayscale: #959595. Windows color (decimal): -1023061 or 11232240. OLE color: 11232240.
HSL color Cylindrical-coordinate representation of color #F063AB: hue angle of 329.36º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F063AB is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 171 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.06 |
| HSL | 329.36º | 0.82% | 0.66% | - |
| HSV(B) | 329.36º | 0.59% | 0.94% | - |
| XYZ | 47.75 | 30.39 | 41.88 | - |
| YUV | 149.37 | 140.21 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 171 | 0 | 0.59 | 0.29 | 0.06 | 329.36 | 0.82 | 0.66 |
| Hex | F0 | 63 | AB | 0 | 3B | 1D | 6 | 149 | 52 | 42 |
| Octal | 360 | 143 | 253 | 0 | 73 | 35 | 6 | 511 | 122 | 102 |
| Binary | 11110000 | 1100011 | 10101011 | 0 | 111011 | 11101 | 110 | 101001001 | 1010010 | 1000010 |
Color Harmonies of #F063AB
Complementary color
Monochromatic Colors of #F063AB
Black with #F063AB
Text Example
Text Example
White with #F063AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F063AB; }
p { color: rgb(240,99,171); }
H1.HeaderClassName
{
color: #F063AB;
}
.AnyTagClassName
{
color: #F063AB;
}
</style>
background-color css
<style>
a { background-color: #F063AB; }
a { background-color: rgb(240,99,171); }
div.DivClassName
{
background-color: #F063AB;
}
.BgClassName
{
background-color: #F063AB;
}
</style>
border-color css
<style>
span { border-color: #F063AB; }
span { border-color: rgb(240,99,171); }
td.TdClassName
{
border-color: #F063AB;
}
.TagClassName
{
border-color: #F063AB;
}
</style>