Shades of Hot Pink #F153BC
Tints of Hot Pink #F153BC
RGB
CMYK
RGB Variations
Color information
#F153BC (or 0xF153BC) is known color: Hot Pink. HEX triplet: F1, 53 and BC. RGB value is (241,83,188). Sum of RGB (Red+Green+Blue) = 241+83+188=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F153BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F153BC is #0EAC43. Grayscale: #8D8D8D. Windows color (decimal): -961604 or 12342257. OLE color: 12342257.
HSL color Cylindrical-coordinate representation of color #F153BC: hue angle of 320.13º 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 #F153BC is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 188 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.05 |
| HSL | 320.13º | 0.85% | 0.64% | - |
| HSV(B) | 320.13º | 0.66% | 0.95% | - |
| XYZ | 48.45 | 28.52 | 50.53 | - |
| YUV | 142.21 | 153.85 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 188 | 0 | 0.66 | 0.22 | 0.05 | 320.13 | 0.85 | 0.64 |
| Hex | F1 | 53 | BC | 0 | 42 | 16 | 5 | 140 | 55 | 40 |
| Octal | 361 | 123 | 274 | 0 | 102 | 26 | 5 | 500 | 125 | 100 |
| Binary | 11110001 | 1010011 | 10111100 | 0 | 1000010 | 10110 | 101 | 101000000 | 1010101 | 1000000 |
Color Harmonies of #F153BC
Complementary color
Monochromatic Colors of #F153BC
Black with #F153BC
Text Example
Text Example
White with #F153BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F153BC; }
p { color: rgb(241,83,188); }
H1.HeaderClassName
{
color: #F153BC;
}
.AnyTagClassName
{
color: #F153BC;
}
</style>
background-color css
<style>
a { background-color: #F153BC; }
a { background-color: rgb(241,83,188); }
div.DivClassName
{
background-color: #F153BC;
}
.BgClassName
{
background-color: #F153BC;
}
</style>
border-color css
<style>
span { border-color: #F153BC; }
span { border-color: rgb(241,83,188); }
td.TdClassName
{
border-color: #F153BC;
}
.TagClassName
{
border-color: #F153BC;
}
</style>