Shades of Hot Pink #F251BA
Tints of Hot Pink #F251BA
RGB
CMYK
RGB Variations
Color information
#F251BA (or 0xF251BA) is known color: Hot Pink. HEX triplet: F2, 51 and BA. RGB value is (242,81,186). Sum of RGB (Red+Green+Blue) = 242+81+186=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 81 (32.03% from 255 or 15.91% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F251BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F251BA is #0DAE45. Grayscale: #8C8C8C. Windows color (decimal): -896582 or 12210674. OLE color: 12210674.
HSL color Cylindrical-coordinate representation of color #F251BA: hue angle of 320.87º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F251BA is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 186 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.05 |
| HSL | 320.87º | 0.86% | 0.63% | - |
| HSV(B) | 320.87º | 0.67% | 0.95% | - |
| XYZ | 48.42 | 28.31 | 49.37 | - |
| YUV | 141.11 | 153.34 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 186 | 0 | 0.67 | 0.23 | 0.05 | 320.87 | 0.86 | 0.63 |
| Hex | F2 | 51 | BA | 0 | 43 | 17 | 5 | 141 | 56 | 3F |
| Octal | 362 | 121 | 272 | 0 | 103 | 27 | 5 | 501 | 126 | 77 |
| Binary | 11110010 | 1010001 | 10111010 | 0 | 1000011 | 10111 | 101 | 101000001 | 1010110 | 111111 |
Color Harmonies of #F251BA
Complementary color
Monochromatic Colors of #F251BA
Black with #F251BA
Text Example
Text Example
White with #F251BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F251BA; }
p { color: rgb(242,81,186); }
H1.HeaderClassName
{
color: #F251BA;
}
.AnyTagClassName
{
color: #F251BA;
}
</style>
background-color css
<style>
a { background-color: #F251BA; }
a { background-color: rgb(242,81,186); }
div.DivClassName
{
background-color: #F251BA;
}
.BgClassName
{
background-color: #F251BA;
}
</style>
border-color css
<style>
span { border-color: #F251BA; }
span { border-color: rgb(242,81,186); }
td.TdClassName
{
border-color: #F251BA;
}
.TagClassName
{
border-color: #F251BA;
}
</style>