Shades of Hot Pink #F153BB
Tints of Hot Pink #F153BB
RGB
CMYK
RGB Variations
Color information
#F153BB (or 0xF153BB) is known color: Hot Pink. HEX triplet: F1, 53 and BB. RGB value is (241,83,187). Sum of RGB (Red+Green+Blue) = 241+83+187=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F153BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F153BB is #0EAC44. Grayscale: #8D8D8D. Windows color (decimal): -961605 or 12276721. OLE color: 12276721.
HSL color Cylindrical-coordinate representation of color #F153BB: hue angle of 320.51º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F153BB is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 187 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.05 |
| HSL | 320.51º | 0.85% | 0.64% | - |
| HSV(B) | 320.51º | 0.66% | 0.95% | - |
| XYZ | 48.34 | 28.48 | 49.96 | - |
| YUV | 142.1 | 153.35 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 187 | 0 | 0.66 | 0.22 | 0.05 | 320.51 | 0.85 | 0.64 |
| Hex | F1 | 53 | BB | 0 | 42 | 16 | 5 | 141 | 55 | 40 |
| Octal | 361 | 123 | 273 | 0 | 102 | 26 | 5 | 501 | 125 | 100 |
| Binary | 11110001 | 1010011 | 10111011 | 0 | 1000010 | 10110 | 101 | 101000001 | 1010101 | 1000000 |
Color Harmonies of #F153BB
Complementary color
Monochromatic Colors of #F153BB
Black with #F153BB
Text Example
Text Example
White with #F153BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F153BB; }
p { color: rgb(241,83,187); }
H1.HeaderClassName
{
color: #F153BB;
}
.AnyTagClassName
{
color: #F153BB;
}
</style>
background-color css
<style>
a { background-color: #F153BB; }
a { background-color: rgb(241,83,187); }
div.DivClassName
{
background-color: #F153BB;
}
.BgClassName
{
background-color: #F153BB;
}
</style>
border-color css
<style>
span { border-color: #F153BB; }
span { border-color: rgb(241,83,187); }
td.TdClassName
{
border-color: #F153BB;
}
.TagClassName
{
border-color: #F153BB;
}
</style>