Shades of Hot Pink #F674AB
Tints of Hot Pink #F674AB
RGB
CMYK
RGB Variations
Color information
#F674AB (or 0xF674AB) is known color: Hot Pink. HEX triplet: F6, 74 and AB. RGB value is (246,116,171). Sum of RGB (Red+Green+Blue) = 246+116+171=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F674AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F674AB is #098B54. Grayscale: #A1A1A1. Windows color (decimal): -625493 or 11236598. OLE color: 11236598.
HSL color Cylindrical-coordinate representation of color #F674AB: hue angle of 334.62º 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 #F674AB is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 171 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.04 |
| HSL | 334.62º | 0.88% | 0.71% | - |
| HSV(B) | 334.62º | 0.53% | 0.96% | - |
| XYZ | 51.6 | 35.02 | 42.57 | - |
| YUV | 161.14 | 133.57 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 171 | 0 | 0.53 | 0.30 | 0.04 | 334.62 | 0.88 | 0.71 |
| Hex | F6 | 74 | AB | 0 | 35 | 1E | 4 | 14F | 58 | 47 |
| Octal | 366 | 164 | 253 | 0 | 65 | 36 | 4 | 517 | 130 | 107 |
| Binary | 11110110 | 1110100 | 10101011 | 0 | 110101 | 11110 | 100 | 101001111 | 1011000 | 1000111 |
Color Harmonies of #F674AB
Complementary color
Monochromatic Colors of #F674AB
Black with #F674AB
Text Example
Text Example
White with #F674AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F674AB; }
p { color: rgb(246,116,171); }
H1.HeaderClassName
{
color: #F674AB;
}
.AnyTagClassName
{
color: #F674AB;
}
</style>
background-color css
<style>
a { background-color: #F674AB; }
a { background-color: rgb(246,116,171); }
div.DivClassName
{
background-color: #F674AB;
}
.BgClassName
{
background-color: #F674AB;
}
</style>
border-color css
<style>
span { border-color: #F674AB; }
span { border-color: rgb(246,116,171); }
td.TdClassName
{
border-color: #F674AB;
}
.TagClassName
{
border-color: #F674AB;
}
</style>