Shades of Hot Pink #F063AA
Tints of Hot Pink #F063AA
RGB
CMYK
RGB Variations
Color information
#F063AA (or 0xF063AA) is known color: Hot Pink. HEX triplet: F0, 63 and AA. RGB value is (240,99,170). Sum of RGB (Red+Green+Blue) = 240+99+170=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F063AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F063AA is #0F9C55. Grayscale: #959595. Windows color (decimal): -1023062 or 11166704. OLE color: 11166704.
HSL color Cylindrical-coordinate representation of color #F063AA: hue angle of 329.79º 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 #F063AA is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 170 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.06 |
| HSL | 329.79º | 0.82% | 0.66% | - |
| HSV(B) | 329.79º | 0.59% | 0.94% | - |
| XYZ | 47.65 | 30.35 | 41.38 | - |
| YUV | 149.25 | 139.71 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 170 | 0 | 0.59 | 0.29 | 0.06 | 329.79 | 0.82 | 0.66 |
| Hex | F0 | 63 | AA | 0 | 3B | 1D | 6 | 14A | 52 | 42 |
| Octal | 360 | 143 | 252 | 0 | 73 | 35 | 6 | 512 | 122 | 102 |
| Binary | 11110000 | 1100011 | 10101010 | 0 | 111011 | 11101 | 110 | 101001010 | 1010010 | 1000010 |
Color Harmonies of #F063AA
Complementary color
Monochromatic Colors of #F063AA
Black with #F063AA
Text Example
Text Example
White with #F063AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F063AA; }
p { color: rgb(240,99,170); }
H1.HeaderClassName
{
color: #F063AA;
}
.AnyTagClassName
{
color: #F063AA;
}
</style>
background-color css
<style>
a { background-color: #F063AA; }
a { background-color: rgb(240,99,170); }
div.DivClassName
{
background-color: #F063AA;
}
.BgClassName
{
background-color: #F063AA;
}
</style>
border-color css
<style>
span { border-color: #F063AA; }
span { border-color: rgb(240,99,170); }
td.TdClassName
{
border-color: #F063AA;
}
.TagClassName
{
border-color: #F063AA;
}
</style>