Shades of Brilliant Rose #F1509F
Tints of Brilliant Rose #F1509F
RGB
CMYK
RGB Variations
Color information
#F1509F (or 0xF1509F) is known color: Brilliant Rose. HEX triplet: F1, 50 and 9F. RGB value is (241,80,159). Sum of RGB (Red+Green+Blue) = 241+80+159=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F1509F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1509F is #0EAF60. Grayscale: #888888. Windows color (decimal): -962401 or 10440945. OLE color: 10440945.
HSL color Cylindrical-coordinate representation of color #F1509F: hue angle of 330.56º degrees, saturation: 0.85, 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 #F1509F is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 159 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.05 |
| HSL | 330.56º | 0.85% | 0.63% | - |
| HSV(B) | 330.56º | 0.67% | 0.95% | - |
| XYZ | 45.4 | 26.94 | 35.61 | - |
| YUV | 137.15 | 140.34 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 159 | 0 | 0.67 | 0.34 | 0.05 | 330.56 | 0.85 | 0.63 |
| Hex | F1 | 50 | 9F | 0 | 43 | 22 | 5 | 14B | 55 | 3F |
| Octal | 361 | 120 | 237 | 0 | 103 | 42 | 5 | 513 | 125 | 77 |
| Binary | 11110001 | 1010000 | 10011111 | 0 | 1000011 | 100010 | 101 | 101001011 | 1010101 | 111111 |
Color Harmonies of #F1509F
Complementary color
Monochromatic Colors of #F1509F
Black with #F1509F
Text Example
Text Example
White with #F1509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1509F; }
p { color: rgb(241,80,159); }
H1.HeaderClassName
{
color: #F1509F;
}
.AnyTagClassName
{
color: #F1509F;
}
</style>
background-color css
<style>
a { background-color: #F1509F; }
a { background-color: rgb(241,80,159); }
div.DivClassName
{
background-color: #F1509F;
}
.BgClassName
{
background-color: #F1509F;
}
</style>
border-color css
<style>
span { border-color: #F1509F; }
span { border-color: rgb(241,80,159); }
td.TdClassName
{
border-color: #F1509F;
}
.TagClassName
{
border-color: #F1509F;
}
</style>