Shades of Brilliant Rose #F151B0
Tints of Brilliant Rose #F151B0
RGB
CMYK
RGB Variations
Color information
#F151B0 (or 0xF151B0) is known color: Brilliant Rose. HEX triplet: F1, 51 and B0. RGB value is (241,81,176). Sum of RGB (Red+Green+Blue) = 241+81+176=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F151B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F151B0 is #0EAE4F. Grayscale: #8B8B8B. Windows color (decimal): -962128 or 11555313. OLE color: 11555313.
HSL color Cylindrical-coordinate representation of color #F151B0: hue angle of 324.38º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F151B0 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 176 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.05 |
| HSL | 324.38º | 0.85% | 0.63% | - |
| HSV(B) | 324.38º | 0.66% | 0.95% | - |
| XYZ | 47.05 | 27.72 | 43.94 | - |
| YUV | 139.67 | 148.51 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 176 | 0 | 0.66 | 0.27 | 0.05 | 324.38 | 0.85 | 0.63 |
| Hex | F1 | 51 | B0 | 0 | 42 | 1B | 5 | 144 | 55 | 3F |
| Octal | 361 | 121 | 260 | 0 | 102 | 33 | 5 | 504 | 125 | 77 |
| Binary | 11110001 | 1010001 | 10110000 | 0 | 1000010 | 11011 | 101 | 101000100 | 1010101 | 111111 |
Color Harmonies of #F151B0
Complementary color
Monochromatic Colors of #F151B0
Black with #F151B0
Text Example
Text Example
White with #F151B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F151B0; }
p { color: rgb(241,81,176); }
H1.HeaderClassName
{
color: #F151B0;
}
.AnyTagClassName
{
color: #F151B0;
}
</style>
background-color css
<style>
a { background-color: #F151B0; }
a { background-color: rgb(241,81,176); }
div.DivClassName
{
background-color: #F151B0;
}
.BgClassName
{
background-color: #F151B0;
}
</style>
border-color css
<style>
span { border-color: #F151B0; }
span { border-color: rgb(241,81,176); }
td.TdClassName
{
border-color: #F151B0;
}
.TagClassName
{
border-color: #F151B0;
}
</style>