Shades of Hot Pink #F670B2
Tints of Hot Pink #F670B2
RGB
CMYK
RGB Variations
Color information
#F670B2 (or 0xF670B2) is known color: Hot Pink. HEX triplet: F6, 70 and B2. RGB value is (246,112,178). Sum of RGB (Red+Green+Blue) = 246+112+178=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 178 (69.92% from 255 or 33.21% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F670B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F670B2 is #098F4D. Grayscale: #9F9F9F. Windows color (decimal): -626510 or 11694326. OLE color: 11694326.
HSL color Cylindrical-coordinate representation of color #F670B2: hue angle of 330.45º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F670B2 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 178 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.04 |
| HSL | 330.45º | 0.88% | 0.7% | - |
| HSV(B) | 330.45º | 0.54% | 0.96% | - |
| XYZ | 51.84 | 34.4 | 46.03 | - |
| YUV | 159.59 | 138.39 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 178 | 0 | 0.54 | 0.28 | 0.04 | 330.45 | 0.88 | 0.7 |
| Hex | F6 | 70 | B2 | 0 | 36 | 1C | 4 | 14A | 58 | 46 |
| Octal | 366 | 160 | 262 | 0 | 66 | 34 | 4 | 512 | 130 | 106 |
| Binary | 11110110 | 1110000 | 10110010 | 0 | 110110 | 11100 | 100 | 101001010 | 1011000 | 1000110 |
Color Harmonies of #F670B2
Complementary color
Monochromatic Colors of #F670B2
Black with #F670B2
Text Example
Text Example
White with #F670B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F670B2; }
p { color: rgb(246,112,178); }
H1.HeaderClassName
{
color: #F670B2;
}
.AnyTagClassName
{
color: #F670B2;
}
</style>
background-color css
<style>
a { background-color: #F670B2; }
a { background-color: rgb(246,112,178); }
div.DivClassName
{
background-color: #F670B2;
}
.BgClassName
{
background-color: #F670B2;
}
</style>
border-color css
<style>
span { border-color: #F670B2; }
span { border-color: rgb(246,112,178); }
td.TdClassName
{
border-color: #F670B2;
}
.TagClassName
{
border-color: #F670B2;
}
</style>