Shades of Hot Pink #F063A7
Tints of Hot Pink #F063A7
RGB
CMYK
RGB Variations
Color information
#F063A7 (or 0xF063A7) is known color: Hot Pink. HEX triplet: F0, 63 and A7. RGB value is (240,99,167). Sum of RGB (Red+Green+Blue) = 240+99+167=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F063A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F063A7 is #0F9C58. Grayscale: #949494. Windows color (decimal): -1023065 or 10970096. OLE color: 10970096.
HSL color Cylindrical-coordinate representation of color #F063A7: hue angle of 331.06º 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 #F063A7 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 167 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.06 |
| HSL | 331.06º | 0.82% | 0.66% | - |
| HSV(B) | 331.06º | 0.59% | 0.94% | - |
| XYZ | 47.37 | 30.24 | 39.9 | - |
| YUV | 148.91 | 138.21 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 167 | 0 | 0.59 | 0.30 | 0.06 | 331.06 | 0.82 | 0.66 |
| Hex | F0 | 63 | A7 | 0 | 3B | 1E | 6 | 14B | 52 | 42 |
| Octal | 360 | 143 | 247 | 0 | 73 | 36 | 6 | 513 | 122 | 102 |
| Binary | 11110000 | 1100011 | 10100111 | 0 | 111011 | 11110 | 110 | 101001011 | 1010010 | 1000010 |
Color Harmonies of #F063A7
Complementary color
Monochromatic Colors of #F063A7
Black with #F063A7
Text Example
Text Example
White with #F063A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F063A7; }
p { color: rgb(240,99,167); }
H1.HeaderClassName
{
color: #F063A7;
}
.AnyTagClassName
{
color: #F063A7;
}
</style>
background-color css
<style>
a { background-color: #F063A7; }
a { background-color: rgb(240,99,167); }
div.DivClassName
{
background-color: #F063A7;
}
.BgClassName
{
background-color: #F063A7;
}
</style>
border-color css
<style>
span { border-color: #F063A7; }
span { border-color: rgb(240,99,167); }
td.TdClassName
{
border-color: #F063A7;
}
.TagClassName
{
border-color: #F063A7;
}
</style>