Shades of Brilliant Rose #F259A8
Tints of Brilliant Rose #F259A8
RGB
CMYK
RGB Variations
Color information
#F259A8 (or 0xF259A8) is known color: Brilliant Rose. HEX triplet: F2, 59 and A8. RGB value is (242,89,168). Sum of RGB (Red+Green+Blue) = 242+89+168=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F259A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F259A8 is #0DA657. Grayscale: #8F8F8F. Windows color (decimal): -894552 or 11033074. OLE color: 11033074.
HSL color Cylindrical-coordinate representation of color #F259A8: hue angle of 329.02º 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 #F259A8 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 168 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.05 |
| HSL | 329.02º | 0.85% | 0.65% | - |
| HSV(B) | 329.02º | 0.63% | 0.95% | - |
| XYZ | 47.26 | 28.85 | 40.12 | - |
| YUV | 143.75 | 141.69 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 168 | 0 | 0.63 | 0.31 | 0.05 | 329.02 | 0.85 | 0.65 |
| Hex | F2 | 59 | A8 | 0 | 3F | 1F | 5 | 149 | 55 | 41 |
| Octal | 362 | 131 | 250 | 0 | 77 | 37 | 5 | 511 | 125 | 101 |
| Binary | 11110010 | 1011001 | 10101000 | 0 | 111111 | 11111 | 101 | 101001001 | 1010101 | 1000001 |
Color Harmonies of #F259A8
Complementary color
Monochromatic Colors of #F259A8
Black with #F259A8
Text Example
Text Example
White with #F259A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259A8; }
p { color: rgb(242,89,168); }
H1.HeaderClassName
{
color: #F259A8;
}
.AnyTagClassName
{
color: #F259A8;
}
</style>
background-color css
<style>
a { background-color: #F259A8; }
a { background-color: rgb(242,89,168); }
div.DivClassName
{
background-color: #F259A8;
}
.BgClassName
{
background-color: #F259A8;
}
</style>
border-color css
<style>
span { border-color: #F259A8; }
span { border-color: rgb(242,89,168); }
td.TdClassName
{
border-color: #F259A8;
}
.TagClassName
{
border-color: #F259A8;
}
</style>