Shades of Brilliant Rose #F1579C
Tints of Brilliant Rose #F1579C
RGB
CMYK
RGB Variations
Color information
#F1579C (or 0xF1579C) is known color: Brilliant Rose. HEX triplet: F1, 57 and 9C. RGB value is (241,87,156). Sum of RGB (Red+Green+Blue) = 241+87+156=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F1579C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1579C is #0EA863. Grayscale: #8C8C8C. Windows color (decimal): -960612 or 10246129. OLE color: 10246129.
HSL color Cylindrical-coordinate representation of color #F1579C: hue angle of 333.12º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F1579C is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 156 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.05 |
| HSL | 333.12º | 0.85% | 0.64% | - |
| HSV(B) | 333.12º | 0.64% | 0.95% | - |
| XYZ | 45.68 | 27.92 | 34.43 | - |
| YUV | 140.91 | 136.52 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 156 | 0 | 0.64 | 0.35 | 0.05 | 333.12 | 0.85 | 0.64 |
| Hex | F1 | 57 | 9C | 0 | 40 | 23 | 5 | 14D | 55 | 40 |
| Octal | 361 | 127 | 234 | 0 | 100 | 43 | 5 | 515 | 125 | 100 |
| Binary | 11110001 | 1010111 | 10011100 | 0 | 1000000 | 100011 | 101 | 101001101 | 1010101 | 1000000 |
Color Harmonies of #F1579C
Complementary color
Monochromatic Colors of #F1579C
Black with #F1579C
Text Example
Text Example
White with #F1579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1579C; }
p { color: rgb(241,87,156); }
H1.HeaderClassName
{
color: #F1579C;
}
.AnyTagClassName
{
color: #F1579C;
}
</style>
background-color css
<style>
a { background-color: #F1579C; }
a { background-color: rgb(241,87,156); }
div.DivClassName
{
background-color: #F1579C;
}
.BgClassName
{
background-color: #F1579C;
}
</style>
border-color css
<style>
span { border-color: #F1579C; }
span { border-color: rgb(241,87,156); }
td.TdClassName
{
border-color: #F1579C;
}
.TagClassName
{
border-color: #F1579C;
}
</style>