Shades of Hot Pink #F250BC
Tints of Hot Pink #F250BC
RGB
CMYK
RGB Variations
Color information
#F250BC (or 0xF250BC) is known color: Hot Pink. HEX triplet: F2, 50 and BC. RGB value is (242,80,188). Sum of RGB (Red+Green+Blue) = 242+80+188=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F250BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F250BC is #0DAF43. Grayscale: #8C8C8C. Windows color (decimal): -896836 or 12341490. OLE color: 12341490.
HSL color Cylindrical-coordinate representation of color #F250BC: hue angle of 320º 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 #F250BC is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 188 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.05 |
| HSL | 320º | 0.86% | 0.63% | - |
| HSV(B) | 320º | 0.67% | 0.95% | - |
| XYZ | 48.56 | 28.25 | 50.47 | - |
| YUV | 140.75 | 154.67 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 188 | 0 | 0.67 | 0.22 | 0.05 | 320 | 0.86 | 0.63 |
| Hex | F2 | 50 | BC | 0 | 43 | 16 | 5 | 140 | 56 | 3F |
| Octal | 362 | 120 | 274 | 0 | 103 | 26 | 5 | 500 | 126 | 77 |
| Binary | 11110010 | 1010000 | 10111100 | 0 | 1000011 | 10110 | 101 | 101000000 | 1010110 | 111111 |
Color Harmonies of #F250BC
Complementary color
Monochromatic Colors of #F250BC
Black with #F250BC
Text Example
Text Example
White with #F250BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F250BC; }
p { color: rgb(242,80,188); }
H1.HeaderClassName
{
color: #F250BC;
}
.AnyTagClassName
{
color: #F250BC;
}
</style>
background-color css
<style>
a { background-color: #F250BC; }
a { background-color: rgb(242,80,188); }
div.DivClassName
{
background-color: #F250BC;
}
.BgClassName
{
background-color: #F250BC;
}
</style>
border-color css
<style>
span { border-color: #F250BC; }
span { border-color: rgb(242,80,188); }
td.TdClassName
{
border-color: #F250BC;
}
.TagClassName
{
border-color: #F250BC;
}
</style>