Shades of Brilliant Rose #F1579D
Tints of Brilliant Rose #F1579D
RGB
CMYK
RGB Variations
Color information
#F1579D (or 0xF1579D) is known color: Brilliant Rose. HEX triplet: F1, 57 and 9D. RGB value is (241,87,157). Sum of RGB (Red+Green+Blue) = 241+87+157=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1579D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1579D is #0EA862. Grayscale: #8C8C8C. Windows color (decimal): -960611 or 10311665. OLE color: 10311665.
HSL color Cylindrical-coordinate representation of color #F1579D: hue angle of 332.73º 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 #F1579D is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 157 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.05 |
| HSL | 332.73º | 0.85% | 0.64% | - |
| HSV(B) | 332.73º | 0.64% | 0.95% | - |
| XYZ | 45.77 | 27.95 | 34.88 | - |
| YUV | 141.03 | 137.02 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 157 | 0 | 0.64 | 0.35 | 0.05 | 332.73 | 0.85 | 0.64 |
| Hex | F1 | 57 | 9D | 0 | 40 | 23 | 5 | 14D | 55 | 40 |
| Octal | 361 | 127 | 235 | 0 | 100 | 43 | 5 | 515 | 125 | 100 |
| Binary | 11110001 | 1010111 | 10011101 | 0 | 1000000 | 100011 | 101 | 101001101 | 1010101 | 1000000 |
Color Harmonies of #F1579D
Complementary color
Monochromatic Colors of #F1579D
Black with #F1579D
Text Example
Text Example
White with #F1579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1579D; }
p { color: rgb(241,87,157); }
H1.HeaderClassName
{
color: #F1579D;
}
.AnyTagClassName
{
color: #F1579D;
}
</style>
background-color css
<style>
a { background-color: #F1579D; }
a { background-color: rgb(241,87,157); }
div.DivClassName
{
background-color: #F1579D;
}
.BgClassName
{
background-color: #F1579D;
}
</style>
border-color css
<style>
span { border-color: #F1579D; }
span { border-color: rgb(241,87,157); }
td.TdClassName
{
border-color: #F1579D;
}
.TagClassName
{
border-color: #F1579D;
}
</style>