Shades of Brilliant Rose #F2589C
Tints of Brilliant Rose #F2589C
RGB
CMYK
RGB Variations
Color information
#F2589C (or 0xF2589C) is known color: Brilliant Rose. HEX triplet: F2, 58 and 9C. RGB value is (242,88,156). Sum of RGB (Red+Green+Blue) = 242+88+156=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2589C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2589C is #0DA763. Grayscale: #8D8D8D. Windows color (decimal): -894820 or 10246386. OLE color: 10246386.
HSL color Cylindrical-coordinate representation of color #F2589C: hue angle of 333.51º 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 #F2589C is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 156 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.05 |
| HSL | 333.51º | 0.86% | 0.65% | - |
| HSV(B) | 333.51º | 0.64% | 0.95% | - |
| XYZ | 46.11 | 28.26 | 34.48 | - |
| YUV | 141.8 | 136.02 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 156 | 0 | 0.64 | 0.36 | 0.05 | 333.51 | 0.86 | 0.65 |
| Hex | F2 | 58 | 9C | 0 | 40 | 24 | 5 | 14E | 56 | 41 |
| Octal | 362 | 130 | 234 | 0 | 100 | 44 | 5 | 516 | 126 | 101 |
| Binary | 11110010 | 1011000 | 10011100 | 0 | 1000000 | 100100 | 101 | 101001110 | 1010110 | 1000001 |
Color Harmonies of #F2589C
Complementary color
Monochromatic Colors of #F2589C
Black with #F2589C
Text Example
Text Example
White with #F2589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2589C; }
p { color: rgb(242,88,156); }
H1.HeaderClassName
{
color: #F2589C;
}
.AnyTagClassName
{
color: #F2589C;
}
</style>
background-color css
<style>
a { background-color: #F2589C; }
a { background-color: rgb(242,88,156); }
div.DivClassName
{
background-color: #F2589C;
}
.BgClassName
{
background-color: #F2589C;
}
</style>
border-color css
<style>
span { border-color: #F2589C; }
span { border-color: rgb(242,88,156); }
td.TdClassName
{
border-color: #F2589C;
}
.TagClassName
{
border-color: #F2589C;
}
</style>