Shades of Hot Pink #F669B0
Tints of Hot Pink #F669B0
RGB
CMYK
RGB Variations
Color information
#F669B0 (or 0xF669B0) is known color: Hot Pink. HEX triplet: F6, 69 and B0. RGB value is (246,105,176). Sum of RGB (Red+Green+Blue) = 246+105+176=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F669B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F669B0 is #09964F. Grayscale: #9B9B9B. Windows color (decimal): -628304 or 11561462. OLE color: 11561462.
HSL color Cylindrical-coordinate representation of color #F669B0: hue angle of 329.79º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F669B0 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 105 | 176 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.04 |
| HSL | 329.79º | 0.89% | 0.69% | - |
| HSV(B) | 329.79º | 0.57% | 0.96% | - |
| XYZ | 50.89 | 32.83 | 44.73 | - |
| YUV | 155.25 | 139.71 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 105 | 176 | 0 | 0.57 | 0.28 | 0.04 | 329.79 | 0.89 | 0.69 |
| Hex | F6 | 69 | B0 | 0 | 39 | 1C | 4 | 14A | 59 | 45 |
| Octal | 366 | 151 | 260 | 0 | 71 | 34 | 4 | 512 | 131 | 105 |
| Binary | 11110110 | 1101001 | 10110000 | 0 | 111001 | 11100 | 100 | 101001010 | 1011001 | 1000101 |
Color Harmonies of #F669B0
Complementary color
Monochromatic Colors of #F669B0
Black with #F669B0
Text Example
Text Example
White with #F669B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F669B0; }
p { color: rgb(246,105,176); }
H1.HeaderClassName
{
color: #F669B0;
}
.AnyTagClassName
{
color: #F669B0;
}
</style>
background-color css
<style>
a { background-color: #F669B0; }
a { background-color: rgb(246,105,176); }
div.DivClassName
{
background-color: #F669B0;
}
.BgClassName
{
background-color: #F669B0;
}
</style>
border-color css
<style>
span { border-color: #F669B0; }
span { border-color: rgb(246,105,176); }
td.TdClassName
{
border-color: #F669B0;
}
.TagClassName
{
border-color: #F669B0;
}
</style>