Shades of Hot Pink #F668A5
Tints of Hot Pink #F668A5
RGB
CMYK
RGB Variations
Color information
#F668A5 (or 0xF668A5) is known color: Hot Pink. HEX triplet: F6, 68 and A5. RGB value is (246,104,165). Sum of RGB (Red+Green+Blue) = 246+104+165=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 246 - color contains mainly: red. Hex color #F668A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F668A5 is #09975A. Grayscale: #999999. Windows color (decimal): -628571 or 10840310. OLE color: 10840310.
HSL color Cylindrical-coordinate representation of color #F668A5: hue angle of 334.23º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F668A5 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 104 | 165 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.04 |
| HSL | 334.23º | 0.89% | 0.69% | - |
| HSV(B) | 334.23º | 0.58% | 0.96% | - |
| XYZ | 49.75 | 32.21 | 39.19 | - |
| YUV | 153.41 | 134.54 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 104 | 165 | 0 | 0.58 | 0.33 | 0.04 | 334.23 | 0.89 | 0.69 |
| Hex | F6 | 68 | A5 | 0 | 3A | 21 | 4 | 14E | 59 | 45 |
| Octal | 366 | 150 | 245 | 0 | 72 | 41 | 4 | 516 | 131 | 105 |
| Binary | 11110110 | 1101000 | 10100101 | 0 | 111010 | 100001 | 100 | 101001110 | 1011001 | 1000101 |
Color Harmonies of #F668A5
Complementary color
Monochromatic Colors of #F668A5
Black with #F668A5
Text Example
Text Example
White with #F668A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F668A5; }
p { color: rgb(246,104,165); }
H1.HeaderClassName
{
color: #F668A5;
}
.AnyTagClassName
{
color: #F668A5;
}
</style>
background-color css
<style>
a { background-color: #F668A5; }
a { background-color: rgb(246,104,165); }
div.DivClassName
{
background-color: #F668A5;
}
.BgClassName
{
background-color: #F668A5;
}
</style>
border-color css
<style>
span { border-color: #F668A5; }
span { border-color: rgb(246,104,165); }
td.TdClassName
{
border-color: #F668A5;
}
.TagClassName
{
border-color: #F668A5;
}
</style>