Shades of Hot Pink #F672AF
Tints of Hot Pink #F672AF
RGB
CMYK
RGB Variations
Color information
#F672AF (or 0xF672AF) is known color: Hot Pink. HEX triplet: F6, 72 and AF. RGB value is (246,114,175). Sum of RGB (Red+Green+Blue) = 246+114+175=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F672AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F672AF is #098D50. Grayscale: #A0A0A0. Windows color (decimal): -626001 or 11498230. OLE color: 11498230.
HSL color Cylindrical-coordinate representation of color #F672AF: hue angle of 332.27º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F672AF is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 175 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.04 |
| HSL | 332.27º | 0.88% | 0.71% | - |
| HSV(B) | 332.27º | 0.54% | 0.96% | - |
| XYZ | 51.76 | 34.72 | 44.53 | - |
| YUV | 160.42 | 136.23 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 175 | 0 | 0.54 | 0.29 | 0.04 | 332.27 | 0.88 | 0.71 |
| Hex | F6 | 72 | AF | 0 | 36 | 1D | 4 | 14C | 58 | 47 |
| Octal | 366 | 162 | 257 | 0 | 66 | 35 | 4 | 514 | 130 | 107 |
| Binary | 11110110 | 1110010 | 10101111 | 0 | 110110 | 11101 | 100 | 101001100 | 1011000 | 1000111 |
Color Harmonies of #F672AF
Complementary color
Monochromatic Colors of #F672AF
Black with #F672AF
Text Example
Text Example
White with #F672AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672AF; }
p { color: rgb(246,114,175); }
H1.HeaderClassName
{
color: #F672AF;
}
.AnyTagClassName
{
color: #F672AF;
}
</style>
background-color css
<style>
a { background-color: #F672AF; }
a { background-color: rgb(246,114,175); }
div.DivClassName
{
background-color: #F672AF;
}
.BgClassName
{
background-color: #F672AF;
}
</style>
border-color css
<style>
span { border-color: #F672AF; }
span { border-color: rgb(246,114,175); }
td.TdClassName
{
border-color: #F672AF;
}
.TagClassName
{
border-color: #F672AF;
}
</style>