Shades of Brilliant Rose #F250BA
Tints of Brilliant Rose #F250BA
RGB
CMYK
RGB Variations
Color information
#F250BA (or 0xF250BA) is known color: Brilliant Rose. HEX triplet: F2, 50 and BA. RGB value is (242,80,186). Sum of RGB (Red+Green+Blue) = 242+80+186=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F250BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F250BA is #0DAF45. Grayscale: #8C8C8C. Windows color (decimal): -896838 or 12210418. OLE color: 12210418.
HSL color Cylindrical-coordinate representation of color #F250BA: hue angle of 320.74º 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 #F250BA is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 186 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.05 |
| HSL | 320.74º | 0.86% | 0.63% | - |
| HSV(B) | 320.74º | 0.67% | 0.95% | - |
| XYZ | 48.35 | 28.16 | 49.34 | - |
| YUV | 140.52 | 153.67 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 186 | 0 | 0.67 | 0.23 | 0.05 | 320.74 | 0.86 | 0.63 |
| Hex | F2 | 50 | BA | 0 | 43 | 17 | 5 | 141 | 56 | 3F |
| Octal | 362 | 120 | 272 | 0 | 103 | 27 | 5 | 501 | 126 | 77 |
| Binary | 11110010 | 1010000 | 10111010 | 0 | 1000011 | 10111 | 101 | 101000001 | 1010110 | 111111 |
Color Harmonies of #F250BA
Complementary color
Monochromatic Colors of #F250BA
Black with #F250BA
Text Example
Text Example
White with #F250BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F250BA; }
p { color: rgb(242,80,186); }
H1.HeaderClassName
{
color: #F250BA;
}
.AnyTagClassName
{
color: #F250BA;
}
</style>
background-color css
<style>
a { background-color: #F250BA; }
a { background-color: rgb(242,80,186); }
div.DivClassName
{
background-color: #F250BA;
}
.BgClassName
{
background-color: #F250BA;
}
</style>
border-color css
<style>
span { border-color: #F250BA; }
span { border-color: rgb(242,80,186); }
td.TdClassName
{
border-color: #F250BA;
}
.TagClassName
{
border-color: #F250BA;
}
</style>