Shades of Hot Pink #F674AD
Tints of Hot Pink #F674AD
RGB
CMYK
RGB Variations
Color information
#F674AD (or 0xF674AD) is known color: Hot Pink. HEX triplet: F6, 74 and AD. RGB value is (246,116,173). Sum of RGB (Red+Green+Blue) = 246+116+173=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F674AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F674AD is #098B52. Grayscale: #A1A1A1. Windows color (decimal): -625491 or 11367670. OLE color: 11367670.
HSL color Cylindrical-coordinate representation of color #F674AD: hue angle of 333.69º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F674AD is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 173 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.04 |
| HSL | 333.69º | 0.88% | 0.71% | - |
| HSV(B) | 333.69º | 0.53% | 0.96% | - |
| XYZ | 51.79 | 35.1 | 43.58 | - |
| YUV | 161.37 | 134.57 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 173 | 0 | 0.53 | 0.30 | 0.04 | 333.69 | 0.88 | 0.71 |
| Hex | F6 | 74 | AD | 0 | 35 | 1E | 4 | 14E | 58 | 47 |
| Octal | 366 | 164 | 255 | 0 | 65 | 36 | 4 | 516 | 130 | 107 |
| Binary | 11110110 | 1110100 | 10101101 | 0 | 110101 | 11110 | 100 | 101001110 | 1011000 | 1000111 |
Color Harmonies of #F674AD
Complementary color
Monochromatic Colors of #F674AD
Black with #F674AD
Text Example
Text Example
White with #F674AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F674AD; }
p { color: rgb(246,116,173); }
H1.HeaderClassName
{
color: #F674AD;
}
.AnyTagClassName
{
color: #F674AD;
}
</style>
background-color css
<style>
a { background-color: #F674AD; }
a { background-color: rgb(246,116,173); }
div.DivClassName
{
background-color: #F674AD;
}
.BgClassName
{
background-color: #F674AD;
}
</style>
border-color css
<style>
span { border-color: #F674AD; }
span { border-color: rgb(246,116,173); }
td.TdClassName
{
border-color: #F674AD;
}
.TagClassName
{
border-color: #F674AD;
}
</style>