Shades of Hot Pink #F068AB
Tints of Hot Pink #F068AB
RGB
CMYK
RGB Variations
Color information
#F068AB (or 0xF068AB) is known color: Hot Pink. HEX triplet: F0, 68 and AB. RGB value is (240,104,171). Sum of RGB (Red+Green+Blue) = 240+104+171=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F068AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F068AB is #0F9754. Grayscale: #989898. Windows color (decimal): -1021781 or 11233520. OLE color: 11233520.
HSL color Cylindrical-coordinate representation of color #F068AB: hue angle of 330.44º 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 #F068AB is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 171 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.06 |
| HSL | 330.44º | 0.82% | 0.67% | - |
| HSV(B) | 330.44º | 0.57% | 0.94% | - |
| XYZ | 48.24 | 31.37 | 42.04 | - |
| YUV | 152.3 | 138.56 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 171 | 0 | 0.57 | 0.29 | 0.06 | 330.44 | 0.82 | 0.67 |
| Hex | F0 | 68 | AB | 0 | 39 | 1D | 6 | 14A | 52 | 43 |
| Octal | 360 | 150 | 253 | 0 | 71 | 35 | 6 | 512 | 122 | 103 |
| Binary | 11110000 | 1101000 | 10101011 | 0 | 111001 | 11101 | 110 | 101001010 | 1010010 | 1000011 |
Color Harmonies of #F068AB
Complementary color
Monochromatic Colors of #F068AB
Black with #F068AB
Text Example
Text Example
White with #F068AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F068AB; }
p { color: rgb(240,104,171); }
H1.HeaderClassName
{
color: #F068AB;
}
.AnyTagClassName
{
color: #F068AB;
}
</style>
background-color css
<style>
a { background-color: #F068AB; }
a { background-color: rgb(240,104,171); }
div.DivClassName
{
background-color: #F068AB;
}
.BgClassName
{
background-color: #F068AB;
}
</style>
border-color css
<style>
span { border-color: #F068AB; }
span { border-color: rgb(240,104,171); }
td.TdClassName
{
border-color: #F068AB;
}
.TagClassName
{
border-color: #F068AB;
}
</style>