Shades of Brilliant Rose #F259A1
Tints of Brilliant Rose #F259A1
RGB
CMYK
RGB Variations
Color information
#F259A1 (or 0xF259A1) is known color: Brilliant Rose. HEX triplet: F2, 59 and A1. RGB value is (242,89,161). Sum of RGB (Red+Green+Blue) = 242+89+161=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F259A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F259A1 is #0DA65E. Grayscale: #8E8E8E. Windows color (decimal): -894559 or 10574322. OLE color: 10574322.
HSL color Cylindrical-coordinate representation of color #F259A1: hue angle of 331.76º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F259A1 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 161 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.05 |
| HSL | 331.76º | 0.85% | 0.65% | - |
| HSV(B) | 331.76º | 0.63% | 0.95% | - |
| XYZ | 46.62 | 28.6 | 36.78 | - |
| YUV | 142.96 | 138.19 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 161 | 0 | 0.63 | 0.33 | 0.05 | 331.76 | 0.85 | 0.65 |
| Hex | F2 | 59 | A1 | 0 | 3F | 21 | 5 | 14C | 55 | 41 |
| Octal | 362 | 131 | 241 | 0 | 77 | 41 | 5 | 514 | 125 | 101 |
| Binary | 11110010 | 1011001 | 10100001 | 0 | 111111 | 100001 | 101 | 101001100 | 1010101 | 1000001 |
Color Harmonies of #F259A1
Complementary color
Monochromatic Colors of #F259A1
Black with #F259A1
Text Example
Text Example
White with #F259A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259A1; }
p { color: rgb(242,89,161); }
H1.HeaderClassName
{
color: #F259A1;
}
.AnyTagClassName
{
color: #F259A1;
}
</style>
background-color css
<style>
a { background-color: #F259A1; }
a { background-color: rgb(242,89,161); }
div.DivClassName
{
background-color: #F259A1;
}
.BgClassName
{
background-color: #F259A1;
}
</style>
border-color css
<style>
span { border-color: #F259A1; }
span { border-color: rgb(242,89,161); }
td.TdClassName
{
border-color: #F259A1;
}
.TagClassName
{
border-color: #F259A1;
}
</style>