Shades of Brilliant Rose #F259AA
Tints of Brilliant Rose #F259AA
RGB
CMYK
RGB Variations
Color information
#F259AA (or 0xF259AA) is known color: Brilliant Rose. HEX triplet: F2, 59 and AA. RGB value is (242,89,170). Sum of RGB (Red+Green+Blue) = 242+89+170=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F259AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F259AA is #0DA655. Grayscale: #8F8F8F. Windows color (decimal): -894550 or 11164146. OLE color: 11164146.
HSL color Cylindrical-coordinate representation of color #F259AA: hue angle of 328.24º 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 #F259AA is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 170 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.05 |
| HSL | 328.24º | 0.85% | 0.65% | - |
| HSV(B) | 328.24º | 0.63% | 0.95% | - |
| XYZ | 47.45 | 28.92 | 41.11 | - |
| YUV | 143.98 | 142.69 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 170 | 0 | 0.63 | 0.30 | 0.05 | 328.24 | 0.85 | 0.65 |
| Hex | F2 | 59 | AA | 0 | 3F | 1E | 5 | 148 | 55 | 41 |
| Octal | 362 | 131 | 252 | 0 | 77 | 36 | 5 | 510 | 125 | 101 |
| Binary | 11110010 | 1011001 | 10101010 | 0 | 111111 | 11110 | 101 | 101001000 | 1010101 | 1000001 |
Color Harmonies of #F259AA
Complementary color
Monochromatic Colors of #F259AA
Black with #F259AA
Text Example
Text Example
White with #F259AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259AA; }
p { color: rgb(242,89,170); }
H1.HeaderClassName
{
color: #F259AA;
}
.AnyTagClassName
{
color: #F259AA;
}
</style>
background-color css
<style>
a { background-color: #F259AA; }
a { background-color: rgb(242,89,170); }
div.DivClassName
{
background-color: #F259AA;
}
.BgClassName
{
background-color: #F259AA;
}
</style>
border-color css
<style>
span { border-color: #F259AA; }
span { border-color: rgb(242,89,170); }
td.TdClassName
{
border-color: #F259AA;
}
.TagClassName
{
border-color: #F259AA;
}
</style>