Shades of Brilliant Rose #F2589F
Tints of Brilliant Rose #F2589F
RGB
CMYK
RGB Variations
Color information
#F2589F (or 0xF2589F) is known color: Brilliant Rose. HEX triplet: F2, 58 and 9F. RGB value is (242,88,159). Sum of RGB (Red+Green+Blue) = 242+88+159=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2589F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2589F is #0DA760. Grayscale: #8E8E8E. Windows color (decimal): -894817 or 10442994. OLE color: 10442994.
HSL color Cylindrical-coordinate representation of color #F2589F: hue angle of 332.34º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2589F is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 159 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.05 |
| HSL | 332.34º | 0.86% | 0.65% | - |
| HSV(B) | 332.34º | 0.64% | 0.95% | - |
| XYZ | 46.37 | 28.36 | 35.83 | - |
| YUV | 142.14 | 137.52 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 159 | 0 | 0.64 | 0.34 | 0.05 | 332.34 | 0.86 | 0.65 |
| Hex | F2 | 58 | 9F | 0 | 40 | 22 | 5 | 14C | 56 | 41 |
| Octal | 362 | 130 | 237 | 0 | 100 | 42 | 5 | 514 | 126 | 101 |
| Binary | 11110010 | 1011000 | 10011111 | 0 | 1000000 | 100010 | 101 | 101001100 | 1010110 | 1000001 |
Color Harmonies of #F2589F
Complementary color
Monochromatic Colors of #F2589F
Black with #F2589F
Text Example
Text Example
White with #F2589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2589F; }
p { color: rgb(242,88,159); }
H1.HeaderClassName
{
color: #F2589F;
}
.AnyTagClassName
{
color: #F2589F;
}
</style>
background-color css
<style>
a { background-color: #F2589F; }
a { background-color: rgb(242,88,159); }
div.DivClassName
{
background-color: #F2589F;
}
.BgClassName
{
background-color: #F2589F;
}
</style>
border-color css
<style>
span { border-color: #F2589F; }
span { border-color: rgb(242,88,159); }
td.TdClassName
{
border-color: #F2589F;
}
.TagClassName
{
border-color: #F2589F;
}
</style>