Shades of Hot Pink #F05BAF
Tints of Hot Pink #F05BAF
RGB
CMYK
RGB Variations
Color information
#F05BAF (or 0xF05BAF) is known color: Hot Pink. HEX triplet: F0, 5B and AF. RGB value is (240,91,175). Sum of RGB (Red+Green+Blue) = 240+91+175=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F05BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05BAF is #0FA450. Grayscale: #909090. Windows color (decimal): -1025105 or 11492336. OLE color: 11492336.
HSL color Cylindrical-coordinate representation of color #F05BAF: hue angle of 326.17º 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 #F05BAF is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 91 | 175 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.06 |
| HSL | 326.17º | 0.83% | 0.65% | - |
| HSV(B) | 326.17º | 0.62% | 0.94% | - |
| XYZ | 47.41 | 29.1 | 43.68 | - |
| YUV | 145.13 | 144.86 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 91 | 175 | 0 | 0.62 | 0.27 | 0.06 | 326.17 | 0.83 | 0.65 |
| Hex | F0 | 5B | AF | 0 | 3E | 1B | 6 | 146 | 53 | 41 |
| Octal | 360 | 133 | 257 | 0 | 76 | 33 | 6 | 506 | 123 | 101 |
| Binary | 11110000 | 1011011 | 10101111 | 0 | 111110 | 11011 | 110 | 101000110 | 1010011 | 1000001 |
Color Harmonies of #F05BAF
Complementary color
Monochromatic Colors of #F05BAF
Black with #F05BAF
Text Example
Text Example
White with #F05BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05BAF; }
p { color: rgb(240,91,175); }
H1.HeaderClassName
{
color: #F05BAF;
}
.AnyTagClassName
{
color: #F05BAF;
}
</style>
background-color css
<style>
a { background-color: #F05BAF; }
a { background-color: rgb(240,91,175); }
div.DivClassName
{
background-color: #F05BAF;
}
.BgClassName
{
background-color: #F05BAF;
}
</style>
border-color css
<style>
span { border-color: #F05BAF; }
span { border-color: rgb(240,91,175); }
td.TdClassName
{
border-color: #F05BAF;
}
.TagClassName
{
border-color: #F05BAF;
}
</style>