Shades of Hot Pink #F150BE
Tints of Hot Pink #F150BE
RGB
CMYK
RGB Variations
Color information
#F150BE (or 0xF150BE) is known color: Hot Pink. HEX triplet: F1, 50 and BE. RGB value is (241,80,190). Sum of RGB (Red+Green+Blue) = 241+80+190=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F150BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F150BE is #0EAF41. Grayscale: #8C8C8C. Windows color (decimal): -962370 or 12472561. OLE color: 12472561.
HSL color Cylindrical-coordinate representation of color #F150BE: hue angle of 319.01º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F150BE is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 190 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.05 |
| HSL | 319.01º | 0.85% | 0.63% | - |
| HSV(B) | 319.01º | 0.67% | 0.95% | - |
| XYZ | 48.44 | 28.16 | 51.6 | - |
| YUV | 140.68 | 155.84 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 190 | 0 | 0.67 | 0.21 | 0.05 | 319.01 | 0.85 | 0.63 |
| Hex | F1 | 50 | BE | 0 | 43 | 15 | 5 | 13F | 55 | 3F |
| Octal | 361 | 120 | 276 | 0 | 103 | 25 | 5 | 477 | 125 | 77 |
| Binary | 11110001 | 1010000 | 10111110 | 0 | 1000011 | 10101 | 101 | 100111111 | 1010101 | 111111 |
Color Harmonies of #F150BE
Complementary color
Monochromatic Colors of #F150BE
Black with #F150BE
Text Example
Text Example
White with #F150BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F150BE; }
p { color: rgb(241,80,190); }
H1.HeaderClassName
{
color: #F150BE;
}
.AnyTagClassName
{
color: #F150BE;
}
</style>
background-color css
<style>
a { background-color: #F150BE; }
a { background-color: rgb(241,80,190); }
div.DivClassName
{
background-color: #F150BE;
}
.BgClassName
{
background-color: #F150BE;
}
</style>
border-color css
<style>
span { border-color: #F150BE; }
span { border-color: rgb(241,80,190); }
td.TdClassName
{
border-color: #F150BE;
}
.TagClassName
{
border-color: #F150BE;
}
</style>