Shades of Brilliant Rose #F1489E
Tints of Brilliant Rose #F1489E
RGB
CMYK
RGB Variations
Color information
#F1489E (or 0xF1489E) is known color: Brilliant Rose. HEX triplet: F1, 48 and 9E. RGB value is (241,72,158). Sum of RGB (Red+Green+Blue) = 241+72+158=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F1489E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1489E is #0EB761. Grayscale: #848484. Windows color (decimal): -964450 or 10373361. OLE color: 10373361.
HSL color Cylindrical-coordinate representation of color #F1489E: hue angle of 329.47º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1489E is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 72 | 158 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.05 |
| HSL | 329.47º | 0.86% | 0.61% | - |
| HSV(B) | 329.47º | 0.7% | 0.95% | - |
| XYZ | 44.76 | 25.8 | 34.97 | - |
| YUV | 132.34 | 142.49 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 72 | 158 | 0 | 0.70 | 0.34 | 0.05 | 329.47 | 0.86 | 0.61 |
| Hex | F1 | 48 | 9E | 0 | 46 | 22 | 5 | 149 | 56 | 3D |
| Octal | 361 | 110 | 236 | 0 | 106 | 42 | 5 | 511 | 126 | 75 |
| Binary | 11110001 | 1001000 | 10011110 | 0 | 1000110 | 100010 | 101 | 101001001 | 1010110 | 111101 |
Color Harmonies of #F1489E
Complementary color
Monochromatic Colors of #F1489E
Black with #F1489E
Text Example
Text Example
White with #F1489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1489E; }
p { color: rgb(241,72,158); }
H1.HeaderClassName
{
color: #F1489E;
}
.AnyTagClassName
{
color: #F1489E;
}
</style>
background-color css
<style>
a { background-color: #F1489E; }
a { background-color: rgb(241,72,158); }
div.DivClassName
{
background-color: #F1489E;
}
.BgClassName
{
background-color: #F1489E;
}
</style>
border-color css
<style>
span { border-color: #F1489E; }
span { border-color: rgb(241,72,158); }
td.TdClassName
{
border-color: #F1489E;
}
.TagClassName
{
border-color: #F1489E;
}
</style>