Shades of Brilliant Rose #F151B5
Tints of Brilliant Rose #F151B5
RGB
CMYK
RGB Variations
Color information
#F151B5 (or 0xF151B5) is known color: Brilliant Rose. HEX triplet: F1, 51 and B5. RGB value is (241,81,181). Sum of RGB (Red+Green+Blue) = 241+81+181=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F151B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F151B5 is #0EAE4A. Grayscale: #8C8C8C. Windows color (decimal): -962123 or 11882993. OLE color: 11882993.
HSL color Cylindrical-coordinate representation of color #F151B5: hue angle of 322.5º 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 #F151B5 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 181 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.05 |
| HSL | 322.5º | 0.85% | 0.63% | - |
| HSV(B) | 322.5º | 0.66% | 0.95% | - |
| XYZ | 47.56 | 27.92 | 46.6 | - |
| YUV | 140.24 | 151.01 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 181 | 0 | 0.66 | 0.25 | 0.05 | 322.5 | 0.85 | 0.63 |
| Hex | F1 | 51 | B5 | 0 | 42 | 19 | 5 | 142 | 55 | 3F |
| Octal | 361 | 121 | 265 | 0 | 102 | 31 | 5 | 502 | 125 | 77 |
| Binary | 11110001 | 1010001 | 10110101 | 0 | 1000010 | 11001 | 101 | 101000010 | 1010101 | 111111 |
Color Harmonies of #F151B5
Complementary color
Monochromatic Colors of #F151B5
Black with #F151B5
Text Example
Text Example
White with #F151B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F151B5; }
p { color: rgb(241,81,181); }
H1.HeaderClassName
{
color: #F151B5;
}
.AnyTagClassName
{
color: #F151B5;
}
</style>
background-color css
<style>
a { background-color: #F151B5; }
a { background-color: rgb(241,81,181); }
div.DivClassName
{
background-color: #F151B5;
}
.BgClassName
{
background-color: #F151B5;
}
</style>
border-color css
<style>
span { border-color: #F151B5; }
span { border-color: rgb(241,81,181); }
td.TdClassName
{
border-color: #F151B5;
}
.TagClassName
{
border-color: #F151B5;
}
</style>