Shades of Hot Pink #F063AF
Tints of Hot Pink #F063AF
RGB
CMYK
RGB Variations
Color information
#F063AF (or 0xF063AF) is known color: Hot Pink. HEX triplet: F0, 63 and AF. RGB value is (240,99,175). Sum of RGB (Red+Green+Blue) = 240+99+175=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F063AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F063AF is #0F9C50. Grayscale: #959595. Windows color (decimal): -1023057 or 11494384. OLE color: 11494384.
HSL color Cylindrical-coordinate representation of color #F063AF: hue angle of 327.66º 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 #F063AF is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 175 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.06 |
| HSL | 327.66º | 0.82% | 0.66% | - |
| HSV(B) | 327.66º | 0.59% | 0.94% | - |
| XYZ | 48.13 | 30.54 | 43.92 | - |
| YUV | 149.82 | 142.21 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 175 | 0 | 0.59 | 0.27 | 0.06 | 327.66 | 0.82 | 0.66 |
| Hex | F0 | 63 | AF | 0 | 3B | 1B | 6 | 148 | 52 | 42 |
| Octal | 360 | 143 | 257 | 0 | 73 | 33 | 6 | 510 | 122 | 102 |
| Binary | 11110000 | 1100011 | 10101111 | 0 | 111011 | 11011 | 110 | 101001000 | 1010010 | 1000010 |
Color Harmonies of #F063AF
Complementary color
Monochromatic Colors of #F063AF
Black with #F063AF
Text Example
Text Example
White with #F063AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F063AF; }
p { color: rgb(240,99,175); }
H1.HeaderClassName
{
color: #F063AF;
}
.AnyTagClassName
{
color: #F063AF;
}
</style>
background-color css
<style>
a { background-color: #F063AF; }
a { background-color: rgb(240,99,175); }
div.DivClassName
{
background-color: #F063AF;
}
.BgClassName
{
background-color: #F063AF;
}
</style>
border-color css
<style>
span { border-color: #F063AF; }
span { border-color: rgb(240,99,175); }
td.TdClassName
{
border-color: #F063AF;
}
.TagClassName
{
border-color: #F063AF;
}
</style>