Shades of Brilliant Rose #F259A2
Tints of Brilliant Rose #F259A2
RGB
CMYK
RGB Variations
Color information
#F259A2 (or 0xF259A2) is known color: Brilliant Rose. HEX triplet: F2, 59 and A2. RGB value is (242,89,162). Sum of RGB (Red+Green+Blue) = 242+89+162=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F259A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F259A2 is #0DA65D. Grayscale: #8E8E8E. Windows color (decimal): -894558 or 10639858. OLE color: 10639858.
HSL color Cylindrical-coordinate representation of color #F259A2: hue angle of 331.37º 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 #F259A2 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 162 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.05 |
| HSL | 331.37º | 0.85% | 0.65% | - |
| HSV(B) | 331.37º | 0.63% | 0.95% | - |
| XYZ | 46.71 | 28.63 | 37.25 | - |
| YUV | 143.07 | 138.69 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 162 | 0 | 0.63 | 0.33 | 0.05 | 331.37 | 0.85 | 0.65 |
| Hex | F2 | 59 | A2 | 0 | 3F | 21 | 5 | 14B | 55 | 41 |
| Octal | 362 | 131 | 242 | 0 | 77 | 41 | 5 | 513 | 125 | 101 |
| Binary | 11110010 | 1011001 | 10100010 | 0 | 111111 | 100001 | 101 | 101001011 | 1010101 | 1000001 |
Color Harmonies of #F259A2
Complementary color
Monochromatic Colors of #F259A2
Black with #F259A2
Text Example
Text Example
White with #F259A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259A2; }
p { color: rgb(242,89,162); }
H1.HeaderClassName
{
color: #F259A2;
}
.AnyTagClassName
{
color: #F259A2;
}
</style>
background-color css
<style>
a { background-color: #F259A2; }
a { background-color: rgb(242,89,162); }
div.DivClassName
{
background-color: #F259A2;
}
.BgClassName
{
background-color: #F259A2;
}
</style>
border-color css
<style>
span { border-color: #F259A2; }
span { border-color: rgb(242,89,162); }
td.TdClassName
{
border-color: #F259A2;
}
.TagClassName
{
border-color: #F259A2;
}
</style>