Shades of Hot Pink #F674B0
Tints of Hot Pink #F674B0
RGB
CMYK
RGB Variations
Color information
#F674B0 (or 0xF674B0) is known color: Hot Pink. HEX triplet: F6, 74 and B0. RGB value is (246,116,176). Sum of RGB (Red+Green+Blue) = 246+116+176=538 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.72% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 246 - color contains mainly: red. Hex color #F674B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F674B0 is #098B4F. Grayscale: #A1A1A1. Windows color (decimal): -625488 or 11564278. OLE color: 11564278.
HSL color Cylindrical-coordinate representation of color #F674B0: hue angle of 332.31º 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 #F674B0 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 176 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.04 |
| HSL | 332.31º | 0.88% | 0.71% | - |
| HSV(B) | 332.31º | 0.53% | 0.96% | - |
| XYZ | 52.09 | 35.22 | 45.13 | - |
| YUV | 161.71 | 136.07 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 176 | 0 | 0.53 | 0.28 | 0.04 | 332.31 | 0.88 | 0.71 |
| Hex | F6 | 74 | B0 | 0 | 35 | 1C | 4 | 14C | 58 | 47 |
| Octal | 366 | 164 | 260 | 0 | 65 | 34 | 4 | 514 | 130 | 107 |
| Binary | 11110110 | 1110100 | 10110000 | 0 | 110101 | 11100 | 100 | 101001100 | 1011000 | 1000111 |
Color Harmonies of #F674B0
Complementary color
Monochromatic Colors of #F674B0
Black with #F674B0
Text Example
Text Example
White with #F674B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F674B0; }
p { color: rgb(246,116,176); }
H1.HeaderClassName
{
color: #F674B0;
}
.AnyTagClassName
{
color: #F674B0;
}
</style>
background-color css
<style>
a { background-color: #F674B0; }
a { background-color: rgb(246,116,176); }
div.DivClassName
{
background-color: #F674B0;
}
.BgClassName
{
background-color: #F674B0;
}
</style>
border-color css
<style>
span { border-color: #F674B0; }
span { border-color: rgb(246,116,176); }
td.TdClassName
{
border-color: #F674B0;
}
.TagClassName
{
border-color: #F674B0;
}
</style>