Shades of Hot Pink #F05FBA
Tints of Hot Pink #F05FBA
RGB
CMYK
RGB Variations
Color information
#F05FBA (or 0xF05FBA) is known color: Hot Pink. HEX triplet: F0, 5F and BA. RGB value is (240,95,186). Sum of RGB (Red+Green+Blue) = 240+95+186=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05FBA is #0FA045. Grayscale: #949494. Windows color (decimal): -1024070 or 12214256. OLE color: 12214256.
HSL color Cylindrical-coordinate representation of color #F05FBA: hue angle of 322.34º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05FBA is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 95 | 186 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.06 |
| HSL | 322.34º | 0.83% | 0.66% | - |
| HSV(B) | 322.34º | 0.6% | 0.94% | - |
| XYZ | 48.89 | 30.25 | 49.72 | - |
| YUV | 148.73 | 149.04 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 95 | 186 | 0 | 0.60 | 0.22 | 0.06 | 322.34 | 0.83 | 0.66 |
| Hex | F0 | 5F | BA | 0 | 3C | 16 | 6 | 142 | 53 | 42 |
| Octal | 360 | 137 | 272 | 0 | 74 | 26 | 6 | 502 | 123 | 102 |
| Binary | 11110000 | 1011111 | 10111010 | 0 | 111100 | 10110 | 110 | 101000010 | 1010011 | 1000010 |
Color Harmonies of #F05FBA
Complementary color
Monochromatic Colors of #F05FBA
Black with #F05FBA
Text Example
Text Example
White with #F05FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05FBA; }
p { color: rgb(240,95,186); }
H1.HeaderClassName
{
color: #F05FBA;
}
.AnyTagClassName
{
color: #F05FBA;
}
</style>
background-color css
<style>
a { background-color: #F05FBA; }
a { background-color: rgb(240,95,186); }
div.DivClassName
{
background-color: #F05FBA;
}
.BgClassName
{
background-color: #F05FBA;
}
</style>
border-color css
<style>
span { border-color: #F05FBA; }
span { border-color: rgb(240,95,186); }
td.TdClassName
{
border-color: #F05FBA;
}
.TagClassName
{
border-color: #F05FBA;
}
</style>