Shades of Hot Pink #F069AB
Tints of Hot Pink #F069AB
RGB
CMYK
RGB Variations
Color information
#F069AB (or 0xF069AB) is known color: Hot Pink. HEX triplet: F0, 69 and AB. RGB value is (240,105,171). Sum of RGB (Red+Green+Blue) = 240+105+171=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F069AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F069AB is #0F9654. Grayscale: #989898. Windows color (decimal): -1021525 or 11233776. OLE color: 11233776.
HSL color Cylindrical-coordinate representation of color #F069AB: hue angle of 330.67º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F069AB is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 171 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.06 |
| HSL | 330.67º | 0.82% | 0.68% | - |
| HSV(B) | 330.67º | 0.56% | 0.94% | - |
| XYZ | 48.34 | 31.57 | 42.07 | - |
| YUV | 152.89 | 138.23 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 171 | 0 | 0.56 | 0.29 | 0.06 | 330.67 | 0.82 | 0.68 |
| Hex | F0 | 69 | AB | 0 | 38 | 1D | 6 | 14B | 52 | 44 |
| Octal | 360 | 151 | 253 | 0 | 70 | 35 | 6 | 513 | 122 | 104 |
| Binary | 11110000 | 1101001 | 10101011 | 0 | 111000 | 11101 | 110 | 101001011 | 1010010 | 1000100 |
Color Harmonies of #F069AB
Complementary color
Monochromatic Colors of #F069AB
Black with #F069AB
Text Example
Text Example
White with #F069AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069AB; }
p { color: rgb(240,105,171); }
H1.HeaderClassName
{
color: #F069AB;
}
.AnyTagClassName
{
color: #F069AB;
}
</style>
background-color css
<style>
a { background-color: #F069AB; }
a { background-color: rgb(240,105,171); }
div.DivClassName
{
background-color: #F069AB;
}
.BgClassName
{
background-color: #F069AB;
}
</style>
border-color css
<style>
span { border-color: #F069AB; }
span { border-color: rgb(240,105,171); }
td.TdClassName
{
border-color: #F069AB;
}
.TagClassName
{
border-color: #F069AB;
}
</style>