Shades of Hot Pink #F251BF
Tints of Hot Pink #F251BF
RGB
CMYK
RGB Variations
Color information
#F251BF (or 0xF251BF) is known color: Hot Pink. HEX triplet: F2, 51 and BF. RGB value is (242,81,191). Sum of RGB (Red+Green+Blue) = 242+81+191=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 81 (32.03% from 255 or 15.76% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F251BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F251BF is #0DAE40. Grayscale: #8D8D8D. Windows color (decimal): -896577 or 12538354. OLE color: 12538354.
HSL color Cylindrical-coordinate representation of color #F251BF: hue angle of 319.01º 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 #F251BF is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 191 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.05 |
| HSL | 319.01º | 0.86% | 0.63% | - |
| HSV(B) | 319.01º | 0.67% | 0.95% | - |
| XYZ | 48.96 | 28.52 | 52.22 | - |
| YUV | 141.68 | 155.84 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 191 | 0 | 0.67 | 0.21 | 0.05 | 319.01 | 0.86 | 0.63 |
| Hex | F2 | 51 | BF | 0 | 43 | 15 | 5 | 13F | 56 | 3F |
| Octal | 362 | 121 | 277 | 0 | 103 | 25 | 5 | 477 | 126 | 77 |
| Binary | 11110010 | 1010001 | 10111111 | 0 | 1000011 | 10101 | 101 | 100111111 | 1010110 | 111111 |
Color Harmonies of #F251BF
Complementary color
Monochromatic Colors of #F251BF
Black with #F251BF
Text Example
Text Example
White with #F251BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F251BF; }
p { color: rgb(242,81,191); }
H1.HeaderClassName
{
color: #F251BF;
}
.AnyTagClassName
{
color: #F251BF;
}
</style>
background-color css
<style>
a { background-color: #F251BF; }
a { background-color: rgb(242,81,191); }
div.DivClassName
{
background-color: #F251BF;
}
.BgClassName
{
background-color: #F251BF;
}
</style>
border-color css
<style>
span { border-color: #F251BF; }
span { border-color: rgb(242,81,191); }
td.TdClassName
{
border-color: #F251BF;
}
.TagClassName
{
border-color: #F251BF;
}
</style>