Shades of Brilliant Rose #F1509E
Tints of Brilliant Rose #F1509E
RGB
CMYK
RGB Variations
Color information
#F1509E (or 0xF1509E) is known color: Brilliant Rose. HEX triplet: F1, 50 and 9E. RGB value is (241,80,158). Sum of RGB (Red+Green+Blue) = 241+80+158=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1509E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1509E is #0EAF61. Grayscale: #888888. Windows color (decimal): -962402 or 10375409. OLE color: 10375409.
HSL color Cylindrical-coordinate representation of color #F1509E: hue angle of 330.93º 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 #F1509E is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 158 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.05 |
| HSL | 330.93º | 0.85% | 0.63% | - |
| HSV(B) | 330.93º | 0.67% | 0.95% | - |
| XYZ | 45.32 | 26.91 | 35.15 | - |
| YUV | 137.03 | 139.84 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 158 | 0 | 0.67 | 0.34 | 0.05 | 330.93 | 0.85 | 0.63 |
| Hex | F1 | 50 | 9E | 0 | 43 | 22 | 5 | 14B | 55 | 3F |
| Octal | 361 | 120 | 236 | 0 | 103 | 42 | 5 | 513 | 125 | 77 |
| Binary | 11110001 | 1010000 | 10011110 | 0 | 1000011 | 100010 | 101 | 101001011 | 1010101 | 111111 |
Color Harmonies of #F1509E
Complementary color
Monochromatic Colors of #F1509E
Black with #F1509E
Text Example
Text Example
White with #F1509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1509E; }
p { color: rgb(241,80,158); }
H1.HeaderClassName
{
color: #F1509E;
}
.AnyTagClassName
{
color: #F1509E;
}
</style>
background-color css
<style>
a { background-color: #F1509E; }
a { background-color: rgb(241,80,158); }
div.DivClassName
{
background-color: #F1509E;
}
.BgClassName
{
background-color: #F1509E;
}
</style>
border-color css
<style>
span { border-color: #F1509E; }
span { border-color: rgb(241,80,158); }
td.TdClassName
{
border-color: #F1509E;
}
.TagClassName
{
border-color: #F1509E;
}
</style>