Shades of Hot Pink #F05BB2
Tints of Hot Pink #F05BB2
RGB
CMYK
RGB Variations
Color information
#F05BB2 (or 0xF05BB2) is known color: Hot Pink. HEX triplet: F0, 5B and B2. RGB value is (240,91,178). Sum of RGB (Red+Green+Blue) = 240+91+178=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F05BB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05BB2 is #0FA44D. Grayscale: #919191. Windows color (decimal): -1025102 or 11688944. OLE color: 11688944.
HSL color Cylindrical-coordinate representation of color #F05BB2: hue angle of 324.97º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05BB2 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 91 | 178 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.06 |
| HSL | 324.97º | 0.83% | 0.65% | - |
| HSV(B) | 324.97º | 0.62% | 0.94% | - |
| XYZ | 47.71 | 29.22 | 45.25 | - |
| YUV | 145.47 | 146.36 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 91 | 178 | 0 | 0.62 | 0.26 | 0.06 | 324.97 | 0.83 | 0.65 |
| Hex | F0 | 5B | B2 | 0 | 3E | 1A | 6 | 145 | 53 | 41 |
| Octal | 360 | 133 | 262 | 0 | 76 | 32 | 6 | 505 | 123 | 101 |
| Binary | 11110000 | 1011011 | 10110010 | 0 | 111110 | 11010 | 110 | 101000101 | 1010011 | 1000001 |
Color Harmonies of #F05BB2
Complementary color
Monochromatic Colors of #F05BB2
Black with #F05BB2
Text Example
Text Example
White with #F05BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05BB2; }
p { color: rgb(240,91,178); }
H1.HeaderClassName
{
color: #F05BB2;
}
.AnyTagClassName
{
color: #F05BB2;
}
</style>
background-color css
<style>
a { background-color: #F05BB2; }
a { background-color: rgb(240,91,178); }
div.DivClassName
{
background-color: #F05BB2;
}
.BgClassName
{
background-color: #F05BB2;
}
</style>
border-color css
<style>
span { border-color: #F05BB2; }
span { border-color: rgb(240,91,178); }
td.TdClassName
{
border-color: #F05BB2;
}
.TagClassName
{
border-color: #F05BB2;
}
</style>