Shades of Brilliant Rose #F250B9
Tints of Brilliant Rose #F250B9
RGB
CMYK
RGB Variations
Color information
#F250B9 (or 0xF250B9) is known color: Brilliant Rose. HEX triplet: F2, 50 and B9. RGB value is (242,80,185). Sum of RGB (Red+Green+Blue) = 242+80+185=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F250B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F250B9 is #0DAF46. Grayscale: #8C8C8C. Windows color (decimal): -896839 or 12144882. OLE color: 12144882.
HSL color Cylindrical-coordinate representation of color #F250B9: hue angle of 321.11º 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 #F250B9 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 185 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.05 |
| HSL | 321.11º | 0.86% | 0.63% | - |
| HSV(B) | 321.11º | 0.67% | 0.95% | - |
| XYZ | 48.24 | 28.12 | 48.78 | - |
| YUV | 140.41 | 153.17 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 185 | 0 | 0.67 | 0.24 | 0.05 | 321.11 | 0.86 | 0.63 |
| Hex | F2 | 50 | B9 | 0 | 43 | 18 | 5 | 141 | 56 | 3F |
| Octal | 362 | 120 | 271 | 0 | 103 | 30 | 5 | 501 | 126 | 77 |
| Binary | 11110010 | 1010000 | 10111001 | 0 | 1000011 | 11000 | 101 | 101000001 | 1010110 | 111111 |
Color Harmonies of #F250B9
Complementary color
Monochromatic Colors of #F250B9
Black with #F250B9
Text Example
Text Example
White with #F250B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F250B9; }
p { color: rgb(242,80,185); }
H1.HeaderClassName
{
color: #F250B9;
}
.AnyTagClassName
{
color: #F250B9;
}
</style>
background-color css
<style>
a { background-color: #F250B9; }
a { background-color: rgb(242,80,185); }
div.DivClassName
{
background-color: #F250B9;
}
.BgClassName
{
background-color: #F250B9;
}
</style>
border-color css
<style>
span { border-color: #F250B9; }
span { border-color: rgb(242,80,185); }
td.TdClassName
{
border-color: #F250B9;
}
.TagClassName
{
border-color: #F250B9;
}
</style>