Shades of Hot Pink #F050BA
Tints of Hot Pink #F050BA
RGB
CMYK
RGB Variations
Color information
#F050BA (or 0xF050BA) is known color: Hot Pink. HEX triplet: F0, 50 and BA. RGB value is (240,80,186). Sum of RGB (Red+Green+Blue) = 240+80+186=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F050BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F050BA is #0FAF45. Grayscale: #8B8B8B. Windows color (decimal): -1027910 or 12210416. OLE color: 12210416.
HSL color Cylindrical-coordinate representation of color #F050BA: hue angle of 320.25º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F050BA is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 186 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.06 |
| HSL | 320.25º | 0.84% | 0.63% | - |
| HSV(B) | 320.25º | 0.67% | 0.94% | - |
| XYZ | 47.67 | 27.81 | 49.31 | - |
| YUV | 139.92 | 154.01 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 186 | 0 | 0.67 | 0.22 | 0.06 | 320.25 | 0.84 | 0.63 |
| Hex | F0 | 50 | BA | 0 | 43 | 16 | 6 | 140 | 54 | 3F |
| Octal | 360 | 120 | 272 | 0 | 103 | 26 | 6 | 500 | 124 | 77 |
| Binary | 11110000 | 1010000 | 10111010 | 0 | 1000011 | 10110 | 110 | 101000000 | 1010100 | 111111 |
Color Harmonies of #F050BA
Complementary color
Monochromatic Colors of #F050BA
Black with #F050BA
Text Example
Text Example
White with #F050BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F050BA; }
p { color: rgb(240,80,186); }
H1.HeaderClassName
{
color: #F050BA;
}
.AnyTagClassName
{
color: #F050BA;
}
</style>
background-color css
<style>
a { background-color: #F050BA; }
a { background-color: rgb(240,80,186); }
div.DivClassName
{
background-color: #F050BA;
}
.BgClassName
{
background-color: #F050BA;
}
</style>
border-color css
<style>
span { border-color: #F050BA; }
span { border-color: rgb(240,80,186); }
td.TdClassName
{
border-color: #F050BA;
}
.TagClassName
{
border-color: #F050BA;
}
</style>