Shades of Hot Pink #F067AB
Tints of Hot Pink #F067AB
RGB
CMYK
RGB Variations
Color information
#F067AB (or 0xF067AB) is known color: Hot Pink. HEX triplet: F0, 67 and AB. RGB value is (240,103,171). Sum of RGB (Red+Green+Blue) = 240+103+171=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F067AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F067AB is #0F9854. Grayscale: #979797. Windows color (decimal): -1022037 or 11233264. OLE color: 11233264.
HSL color Cylindrical-coordinate representation of color #F067AB: hue angle of 330.22º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F067AB is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 171 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.06 |
| HSL | 330.22º | 0.82% | 0.67% | - |
| HSV(B) | 330.22º | 0.57% | 0.94% | - |
| XYZ | 48.14 | 31.17 | 42.01 | - |
| YUV | 151.72 | 138.89 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 171 | 0 | 0.57 | 0.29 | 0.06 | 330.22 | 0.82 | 0.67 |
| Hex | F0 | 67 | AB | 0 | 39 | 1D | 6 | 14A | 52 | 43 |
| Octal | 360 | 147 | 253 | 0 | 71 | 35 | 6 | 512 | 122 | 103 |
| Binary | 11110000 | 1100111 | 10101011 | 0 | 111001 | 11101 | 110 | 101001010 | 1010010 | 1000011 |
Color Harmonies of #F067AB
Complementary color
Monochromatic Colors of #F067AB
Black with #F067AB
Text Example
Text Example
White with #F067AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F067AB; }
p { color: rgb(240,103,171); }
H1.HeaderClassName
{
color: #F067AB;
}
.AnyTagClassName
{
color: #F067AB;
}
</style>
background-color css
<style>
a { background-color: #F067AB; }
a { background-color: rgb(240,103,171); }
div.DivClassName
{
background-color: #F067AB;
}
.BgClassName
{
background-color: #F067AB;
}
</style>
border-color css
<style>
span { border-color: #F067AB; }
span { border-color: rgb(240,103,171); }
td.TdClassName
{
border-color: #F067AB;
}
.TagClassName
{
border-color: #F067AB;
}
</style>