Shades of Brilliant Rose #F1539C
Tints of Brilliant Rose #F1539C
RGB
CMYK
RGB Variations
Color information
#F1539C (or 0xF1539C) is known color: Brilliant Rose. HEX triplet: F1, 53 and 9C. RGB value is (241,83,156). Sum of RGB (Red+Green+Blue) = 241+83+156=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F1539C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1539C is #0EAC63. Grayscale: #8A8A8A. Windows color (decimal): -961636 or 10245105. OLE color: 10245105.
HSL color Cylindrical-coordinate representation of color #F1539C: hue angle of 332.28º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F1539C is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 156 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.05 |
| HSL | 332.28º | 0.85% | 0.64% | - |
| HSV(B) | 332.28º | 0.66% | 0.95% | - |
| XYZ | 45.37 | 27.29 | 34.33 | - |
| YUV | 138.56 | 137.85 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 156 | 0 | 0.66 | 0.35 | 0.05 | 332.28 | 0.85 | 0.64 |
| Hex | F1 | 53 | 9C | 0 | 42 | 23 | 5 | 14C | 55 | 40 |
| Octal | 361 | 123 | 234 | 0 | 102 | 43 | 5 | 514 | 125 | 100 |
| Binary | 11110001 | 1010011 | 10011100 | 0 | 1000010 | 100011 | 101 | 101001100 | 1010101 | 1000000 |
Color Harmonies of #F1539C
Complementary color
Monochromatic Colors of #F1539C
Black with #F1539C
Text Example
Text Example
White with #F1539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1539C; }
p { color: rgb(241,83,156); }
H1.HeaderClassName
{
color: #F1539C;
}
.AnyTagClassName
{
color: #F1539C;
}
</style>
background-color css
<style>
a { background-color: #F1539C; }
a { background-color: rgb(241,83,156); }
div.DivClassName
{
background-color: #F1539C;
}
.BgClassName
{
background-color: #F1539C;
}
</style>
border-color css
<style>
span { border-color: #F1539C; }
span { border-color: rgb(241,83,156); }
td.TdClassName
{
border-color: #F1539C;
}
.TagClassName
{
border-color: #F1539C;
}
</style>