Shades of Brilliant Rose #F1499C
Tints of Brilliant Rose #F1499C
RGB
CMYK
RGB Variations
Color information
#F1499C (or 0xF1499C) is known color: Brilliant Rose. HEX triplet: F1, 49 and 9C. RGB value is (241,73,156). Sum of RGB (Red+Green+Blue) = 241+73+156=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F1499C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1499C is #0EB663. Grayscale: #848484. Windows color (decimal): -964196 or 10242545. OLE color: 10242545.
HSL color Cylindrical-coordinate representation of color #F1499C: hue angle of 330.36º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1499C is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 156 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.05 |
| HSL | 330.36º | 0.86% | 0.62% | - |
| HSV(B) | 330.36º | 0.7% | 0.95% | - |
| XYZ | 44.66 | 25.87 | 34.09 | - |
| YUV | 132.69 | 141.16 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 156 | 0 | 0.70 | 0.35 | 0.05 | 330.36 | 0.86 | 0.62 |
| Hex | F1 | 49 | 9C | 0 | 46 | 23 | 5 | 14A | 56 | 3E |
| Octal | 361 | 111 | 234 | 0 | 106 | 43 | 5 | 512 | 126 | 76 |
| Binary | 11110001 | 1001001 | 10011100 | 0 | 1000110 | 100011 | 101 | 101001010 | 1010110 | 111110 |
Color Harmonies of #F1499C
Complementary color
Monochromatic Colors of #F1499C
Black with #F1499C
Text Example
Text Example
White with #F1499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1499C; }
p { color: rgb(241,73,156); }
H1.HeaderClassName
{
color: #F1499C;
}
.AnyTagClassName
{
color: #F1499C;
}
</style>
background-color css
<style>
a { background-color: #F1499C; }
a { background-color: rgb(241,73,156); }
div.DivClassName
{
background-color: #F1499C;
}
.BgClassName
{
background-color: #F1499C;
}
</style>
border-color css
<style>
span { border-color: #F1499C; }
span { border-color: rgb(241,73,156); }
td.TdClassName
{
border-color: #F1499C;
}
.TagClassName
{
border-color: #F1499C;
}
</style>