Shades of Hot Pink #F068B0
Tints of Hot Pink #F068B0
RGB
CMYK
RGB Variations
Color information
#F068B0 (or 0xF068B0) is known color: Hot Pink. HEX triplet: F0, 68 and B0. RGB value is (240,104,176). Sum of RGB (Red+Green+Blue) = 240+104+176=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F068B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F068B0 is #0F974F. Grayscale: #989898. Windows color (decimal): -1021776 or 11561200. OLE color: 11561200.
HSL color Cylindrical-coordinate representation of color #F068B0: hue angle of 328.24º 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 #F068B0 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 176 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.06 |
| HSL | 328.24º | 0.82% | 0.67% | - |
| HSV(B) | 328.24º | 0.57% | 0.94% | - |
| XYZ | 48.72 | 31.56 | 44.6 | - |
| YUV | 152.87 | 141.06 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 176 | 0 | 0.57 | 0.27 | 0.06 | 328.24 | 0.82 | 0.67 |
| Hex | F0 | 68 | B0 | 0 | 39 | 1B | 6 | 148 | 52 | 43 |
| Octal | 360 | 150 | 260 | 0 | 71 | 33 | 6 | 510 | 122 | 103 |
| Binary | 11110000 | 1101000 | 10110000 | 0 | 111001 | 11011 | 110 | 101001000 | 1010010 | 1000011 |
Color Harmonies of #F068B0
Complementary color
Monochromatic Colors of #F068B0
Black with #F068B0
Text Example
Text Example
White with #F068B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F068B0; }
p { color: rgb(240,104,176); }
H1.HeaderClassName
{
color: #F068B0;
}
.AnyTagClassName
{
color: #F068B0;
}
</style>
background-color css
<style>
a { background-color: #F068B0; }
a { background-color: rgb(240,104,176); }
div.DivClassName
{
background-color: #F068B0;
}
.BgClassName
{
background-color: #F068B0;
}
</style>
border-color css
<style>
span { border-color: #F068B0; }
span { border-color: rgb(240,104,176); }
td.TdClassName
{
border-color: #F068B0;
}
.TagClassName
{
border-color: #F068B0;
}
</style>