Shades of Hot Pink #F255BB
Tints of Hot Pink #F255BB
RGB
CMYK
RGB Variations
Color information
#F255BB (or 0xF255BB) is known color: Hot Pink. HEX triplet: F2, 55 and BB. RGB value is (242,85,187). Sum of RGB (Red+Green+Blue) = 242+85+187=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F255BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F255BB is #0DAA44. Grayscale: #8F8F8F. Windows color (decimal): -895557 or 12277234. OLE color: 12277234.
HSL color Cylindrical-coordinate representation of color #F255BB: hue angle of 321.02º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F255BB is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 187 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.05 |
| HSL | 321.02º | 0.86% | 0.64% | - |
| HSV(B) | 321.02º | 0.65% | 0.95% | - |
| XYZ | 48.84 | 28.96 | 50.03 | - |
| YUV | 143.57 | 152.51 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 187 | 0 | 0.65 | 0.23 | 0.05 | 321.02 | 0.86 | 0.64 |
| Hex | F2 | 55 | BB | 0 | 41 | 17 | 5 | 141 | 56 | 40 |
| Octal | 362 | 125 | 273 | 0 | 101 | 27 | 5 | 501 | 126 | 100 |
| Binary | 11110010 | 1010101 | 10111011 | 0 | 1000001 | 10111 | 101 | 101000001 | 1010110 | 1000000 |
Color Harmonies of #F255BB
Complementary color
Monochromatic Colors of #F255BB
Black with #F255BB
Text Example
Text Example
White with #F255BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F255BB; }
p { color: rgb(242,85,187); }
H1.HeaderClassName
{
color: #F255BB;
}
.AnyTagClassName
{
color: #F255BB;
}
</style>
background-color css
<style>
a { background-color: #F255BB; }
a { background-color: rgb(242,85,187); }
div.DivClassName
{
background-color: #F255BB;
}
.BgClassName
{
background-color: #F255BB;
}
</style>
border-color css
<style>
span { border-color: #F255BB; }
span { border-color: rgb(242,85,187); }
td.TdClassName
{
border-color: #F255BB;
}
.TagClassName
{
border-color: #F255BB;
}
</style>