Shades of Brilliant Rose #F1569C
Tints of Brilliant Rose #F1569C
RGB
CMYK
RGB Variations
Color information
#F1569C (or 0xF1569C) is known color: Brilliant Rose. HEX triplet: F1, 56 and 9C. RGB value is (241,86,156). Sum of RGB (Red+Green+Blue) = 241+86+156=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F1569C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1569C is #0EA963. Grayscale: #8C8C8C. Windows color (decimal): -960868 or 10245873. OLE color: 10245873.
HSL color Cylindrical-coordinate representation of color #F1569C: hue angle of 332.9º 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 #F1569C is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 156 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.05 |
| HSL | 332.9º | 0.85% | 0.64% | - |
| HSV(B) | 332.9º | 0.64% | 0.95% | - |
| XYZ | 45.6 | 27.76 | 34.41 | - |
| YUV | 140.33 | 136.85 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 156 | 0 | 0.64 | 0.35 | 0.05 | 332.9 | 0.85 | 0.64 |
| Hex | F1 | 56 | 9C | 0 | 40 | 23 | 5 | 14D | 55 | 40 |
| Octal | 361 | 126 | 234 | 0 | 100 | 43 | 5 | 515 | 125 | 100 |
| Binary | 11110001 | 1010110 | 10011100 | 0 | 1000000 | 100011 | 101 | 101001101 | 1010101 | 1000000 |
Color Harmonies of #F1569C
Complementary color
Monochromatic Colors of #F1569C
Black with #F1569C
Text Example
Text Example
White with #F1569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1569C; }
p { color: rgb(241,86,156); }
H1.HeaderClassName
{
color: #F1569C;
}
.AnyTagClassName
{
color: #F1569C;
}
</style>
background-color css
<style>
a { background-color: #F1569C; }
a { background-color: rgb(241,86,156); }
div.DivClassName
{
background-color: #F1569C;
}
.BgClassName
{
background-color: #F1569C;
}
</style>
border-color css
<style>
span { border-color: #F1569C; }
span { border-color: rgb(241,86,156); }
td.TdClassName
{
border-color: #F1569C;
}
.TagClassName
{
border-color: #F1569C;
}
</style>