Shades of Hot Pink #F251BE
Tints of Hot Pink #F251BE
RGB
CMYK
RGB Variations
Color information
#F251BE (or 0xF251BE) is known color: Hot Pink. HEX triplet: F2, 51 and BE. RGB value is (242,81,190). Sum of RGB (Red+Green+Blue) = 242+81+190=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 81 (32.03% from 255 or 15.79% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F251BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F251BE is #0DAE41. Grayscale: #8D8D8D. Windows color (decimal): -896578 or 12472818. OLE color: 12472818.
HSL color Cylindrical-coordinate representation of color #F251BE: hue angle of 319.38º 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 #F251BE is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 190 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.05 |
| HSL | 319.38º | 0.86% | 0.63% | - |
| HSV(B) | 319.38º | 0.67% | 0.95% | - |
| XYZ | 48.85 | 28.48 | 51.64 | - |
| YUV | 141.57 | 155.34 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 190 | 0 | 0.67 | 0.21 | 0.05 | 319.38 | 0.86 | 0.63 |
| Hex | F2 | 51 | BE | 0 | 43 | 15 | 5 | 13F | 56 | 3F |
| Octal | 362 | 121 | 276 | 0 | 103 | 25 | 5 | 477 | 126 | 77 |
| Binary | 11110010 | 1010001 | 10111110 | 0 | 1000011 | 10101 | 101 | 100111111 | 1010110 | 111111 |
Color Harmonies of #F251BE
Complementary color
Monochromatic Colors of #F251BE
Black with #F251BE
Text Example
Text Example
White with #F251BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F251BE; }
p { color: rgb(242,81,190); }
H1.HeaderClassName
{
color: #F251BE;
}
.AnyTagClassName
{
color: #F251BE;
}
</style>
background-color css
<style>
a { background-color: #F251BE; }
a { background-color: rgb(242,81,190); }
div.DivClassName
{
background-color: #F251BE;
}
.BgClassName
{
background-color: #F251BE;
}
</style>
border-color css
<style>
span { border-color: #F251BE; }
span { border-color: rgb(242,81,190); }
td.TdClassName
{
border-color: #F251BE;
}
.TagClassName
{
border-color: #F251BE;
}
</style>