Shades of Brilliant Rose #F1519D
Tints of Brilliant Rose #F1519D
RGB
CMYK
RGB Variations
Color information
#F1519D (or 0xF1519D) is known color: Brilliant Rose. HEX triplet: F1, 51 and 9D. RGB value is (241,81,157). Sum of RGB (Red+Green+Blue) = 241+81+157=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1519D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1519D is #0EAE62. Grayscale: #898989. Windows color (decimal): -962147 or 10310129. OLE color: 10310129.
HSL color Cylindrical-coordinate representation of color #F1519D: hue angle of 331.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 #F1519D is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 157 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.05 |
| HSL | 331.5º | 0.85% | 0.63% | - |
| HSV(B) | 331.5º | 0.66% | 0.95% | - |
| XYZ | 45.3 | 27.02 | 34.73 | - |
| YUV | 137.5 | 139.01 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 157 | 0 | 0.66 | 0.35 | 0.05 | 331.5 | 0.85 | 0.63 |
| Hex | F1 | 51 | 9D | 0 | 42 | 23 | 5 | 14C | 55 | 3F |
| Octal | 361 | 121 | 235 | 0 | 102 | 43 | 5 | 514 | 125 | 77 |
| Binary | 11110001 | 1010001 | 10011101 | 0 | 1000010 | 100011 | 101 | 101001100 | 1010101 | 111111 |
Color Harmonies of #F1519D
Complementary color
Monochromatic Colors of #F1519D
Black with #F1519D
Text Example
Text Example
White with #F1519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1519D; }
p { color: rgb(241,81,157); }
H1.HeaderClassName
{
color: #F1519D;
}
.AnyTagClassName
{
color: #F1519D;
}
</style>
background-color css
<style>
a { background-color: #F1519D; }
a { background-color: rgb(241,81,157); }
div.DivClassName
{
background-color: #F1519D;
}
.BgClassName
{
background-color: #F1519D;
}
</style>
border-color css
<style>
span { border-color: #F1519D; }
span { border-color: rgb(241,81,157); }
td.TdClassName
{
border-color: #F1519D;
}
.TagClassName
{
border-color: #F1519D;
}
</style>