Shades of Hot Pink #F05FB1
Tints of Hot Pink #F05FB1
RGB
CMYK
RGB Variations
Color information
#F05FB1 (or 0xF05FB1) is known color: Hot Pink. HEX triplet: F0, 5F and B1. RGB value is (240,95,177). Sum of RGB (Red+Green+Blue) = 240+95+177=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05FB1 is #0FA04E. Grayscale: #939393. Windows color (decimal): -1024079 or 11624432. OLE color: 11624432.
HSL color Cylindrical-coordinate representation of color #F05FB1: hue angle of 326.07º 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 #F05FB1 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 95 | 177 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.06 |
| HSL | 326.07º | 0.83% | 0.66% | - |
| HSV(B) | 326.07º | 0.6% | 0.94% | - |
| XYZ | 47.96 | 29.88 | 44.84 | - |
| YUV | 147.7 | 144.54 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 95 | 177 | 0 | 0.60 | 0.26 | 0.06 | 326.07 | 0.83 | 0.66 |
| Hex | F0 | 5F | B1 | 0 | 3C | 1A | 6 | 146 | 53 | 42 |
| Octal | 360 | 137 | 261 | 0 | 74 | 32 | 6 | 506 | 123 | 102 |
| Binary | 11110000 | 1011111 | 10110001 | 0 | 111100 | 11010 | 110 | 101000110 | 1010011 | 1000010 |
Color Harmonies of #F05FB1
Complementary color
Monochromatic Colors of #F05FB1
Black with #F05FB1
Text Example
Text Example
White with #F05FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05FB1; }
p { color: rgb(240,95,177); }
H1.HeaderClassName
{
color: #F05FB1;
}
.AnyTagClassName
{
color: #F05FB1;
}
</style>
background-color css
<style>
a { background-color: #F05FB1; }
a { background-color: rgb(240,95,177); }
div.DivClassName
{
background-color: #F05FB1;
}
.BgClassName
{
background-color: #F05FB1;
}
</style>
border-color css
<style>
span { border-color: #F05FB1; }
span { border-color: rgb(240,95,177); }
td.TdClassName
{
border-color: #F05FB1;
}
.TagClassName
{
border-color: #F05FB1;
}
</style>