Shades of Hot Pink #F250BF
Tints of Hot Pink #F250BF
RGB
CMYK
RGB Variations
Color information
#F250BF (or 0xF250BF) is known color: Hot Pink. HEX triplet: F2, 50 and BF. RGB value is (242,80,191). Sum of RGB (Red+Green+Blue) = 242+80+191=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F250BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F250BF is #0DAF40. Grayscale: #8C8C8C. Windows color (decimal): -896833 or 12538098. OLE color: 12538098.
HSL color Cylindrical-coordinate representation of color #F250BF: hue angle of 318.89º 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 #F250BF is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 191 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.05 |
| HSL | 318.89º | 0.86% | 0.63% | - |
| HSV(B) | 318.89º | 0.67% | 0.95% | - |
| XYZ | 48.89 | 28.38 | 52.19 | - |
| YUV | 141.09 | 156.17 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 191 | 0 | 0.67 | 0.21 | 0.05 | 318.89 | 0.86 | 0.63 |
| Hex | F2 | 50 | BF | 0 | 43 | 15 | 5 | 13F | 56 | 3F |
| Octal | 362 | 120 | 277 | 0 | 103 | 25 | 5 | 477 | 126 | 77 |
| Binary | 11110010 | 1010000 | 10111111 | 0 | 1000011 | 10101 | 101 | 100111111 | 1010110 | 111111 |
Color Harmonies of #F250BF
Complementary color
Monochromatic Colors of #F250BF
Black with #F250BF
Text Example
Text Example
White with #F250BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F250BF; }
p { color: rgb(242,80,191); }
H1.HeaderClassName
{
color: #F250BF;
}
.AnyTagClassName
{
color: #F250BF;
}
</style>
background-color css
<style>
a { background-color: #F250BF; }
a { background-color: rgb(242,80,191); }
div.DivClassName
{
background-color: #F250BF;
}
.BgClassName
{
background-color: #F250BF;
}
</style>
border-color css
<style>
span { border-color: #F250BF; }
span { border-color: rgb(242,80,191); }
td.TdClassName
{
border-color: #F250BF;
}
.TagClassName
{
border-color: #F250BF;
}
</style>