Shades of Hot Pink #F256B9
Tints of Hot Pink #F256B9
RGB
CMYK
RGB Variations
Color information
#F256B9 (or 0xF256B9) is known color: Hot Pink. HEX triplet: F2, 56 and B9. RGB value is (242,86,185). Sum of RGB (Red+Green+Blue) = 242+86+185=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F256B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F256B9 is #0DA946. Grayscale: #8F8F8F. Windows color (decimal): -895303 or 12146418. OLE color: 12146418.
HSL color Cylindrical-coordinate representation of color #F256B9: hue angle of 321.92º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F256B9 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 185 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.05 |
| HSL | 321.92º | 0.86% | 0.64% | - |
| HSV(B) | 321.92º | 0.64% | 0.95% | - |
| XYZ | 48.7 | 29.04 | 48.94 | - |
| YUV | 143.93 | 151.18 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 185 | 0 | 0.64 | 0.24 | 0.05 | 321.92 | 0.86 | 0.64 |
| Hex | F2 | 56 | B9 | 0 | 40 | 18 | 5 | 142 | 56 | 40 |
| Octal | 362 | 126 | 271 | 0 | 100 | 30 | 5 | 502 | 126 | 100 |
| Binary | 11110010 | 1010110 | 10111001 | 0 | 1000000 | 11000 | 101 | 101000010 | 1010110 | 1000000 |
Color Harmonies of #F256B9
Complementary color
Monochromatic Colors of #F256B9
Black with #F256B9
Text Example
Text Example
White with #F256B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F256B9; }
p { color: rgb(242,86,185); }
H1.HeaderClassName
{
color: #F256B9;
}
.AnyTagClassName
{
color: #F256B9;
}
</style>
background-color css
<style>
a { background-color: #F256B9; }
a { background-color: rgb(242,86,185); }
div.DivClassName
{
background-color: #F256B9;
}
.BgClassName
{
background-color: #F256B9;
}
</style>
border-color css
<style>
span { border-color: #F256B9; }
span { border-color: rgb(242,86,185); }
td.TdClassName
{
border-color: #F256B9;
}
.TagClassName
{
border-color: #F256B9;
}
</style>