Shades of Brilliant Rose #F2599F
Tints of Brilliant Rose #F2599F
RGB
CMYK
RGB Variations
Color information
#F2599F (or 0xF2599F) is known color: Brilliant Rose. HEX triplet: F2, 59 and 9F. RGB value is (242,89,159). Sum of RGB (Red+Green+Blue) = 242+89+159=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2599F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2599F is #0DA660. Grayscale: #8E8E8E. Windows color (decimal): -894561 or 10443250. OLE color: 10443250.
HSL color Cylindrical-coordinate representation of color #F2599F: hue angle of 332.55º 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 #F2599F is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 159 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.05 |
| HSL | 332.55º | 0.85% | 0.65% | - |
| HSV(B) | 332.55º | 0.63% | 0.95% | - |
| XYZ | 46.45 | 28.53 | 35.86 | - |
| YUV | 142.73 | 137.19 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 159 | 0 | 0.63 | 0.34 | 0.05 | 332.55 | 0.85 | 0.65 |
| Hex | F2 | 59 | 9F | 0 | 3F | 22 | 5 | 14D | 55 | 41 |
| Octal | 362 | 131 | 237 | 0 | 77 | 42 | 5 | 515 | 125 | 101 |
| Binary | 11110010 | 1011001 | 10011111 | 0 | 111111 | 100010 | 101 | 101001101 | 1010101 | 1000001 |
Color Harmonies of #F2599F
Complementary color
Monochromatic Colors of #F2599F
Black with #F2599F
Text Example
Text Example
White with #F2599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2599F; }
p { color: rgb(242,89,159); }
H1.HeaderClassName
{
color: #F2599F;
}
.AnyTagClassName
{
color: #F2599F;
}
</style>
background-color css
<style>
a { background-color: #F2599F; }
a { background-color: rgb(242,89,159); }
div.DivClassName
{
background-color: #F2599F;
}
.BgClassName
{
background-color: #F2599F;
}
</style>
border-color css
<style>
span { border-color: #F2599F; }
span { border-color: rgb(242,89,159); }
td.TdClassName
{
border-color: #F2599F;
}
.TagClassName
{
border-color: #F2599F;
}
</style>