Shades of Brilliant Rose #F2579F
Tints of Brilliant Rose #F2579F
RGB
CMYK
RGB Variations
Color information
#F2579F (or 0xF2579F) is known color: Brilliant Rose. HEX triplet: F2, 57 and 9F. RGB value is (242,87,159). Sum of RGB (Red+Green+Blue) = 242+87+159=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2579F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2579F is #0DA860. Grayscale: #8D8D8D. Windows color (decimal): -895073 or 10442738. OLE color: 10442738.
HSL color Cylindrical-coordinate representation of color #F2579F: hue angle of 332.13º 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 #F2579F is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 159 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.05 |
| HSL | 332.13º | 0.86% | 0.65% | - |
| HSV(B) | 332.13º | 0.64% | 0.95% | - |
| XYZ | 46.28 | 28.2 | 35.8 | - |
| YUV | 141.55 | 137.85 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 159 | 0 | 0.64 | 0.34 | 0.05 | 332.13 | 0.86 | 0.65 |
| Hex | F2 | 57 | 9F | 0 | 40 | 22 | 5 | 14C | 56 | 41 |
| Octal | 362 | 127 | 237 | 0 | 100 | 42 | 5 | 514 | 126 | 101 |
| Binary | 11110010 | 1010111 | 10011111 | 0 | 1000000 | 100010 | 101 | 101001100 | 1010110 | 1000001 |
Color Harmonies of #F2579F
Complementary color
Monochromatic Colors of #F2579F
Black with #F2579F
Text Example
Text Example
White with #F2579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2579F; }
p { color: rgb(242,87,159); }
H1.HeaderClassName
{
color: #F2579F;
}
.AnyTagClassName
{
color: #F2579F;
}
</style>
background-color css
<style>
a { background-color: #F2579F; }
a { background-color: rgb(242,87,159); }
div.DivClassName
{
background-color: #F2579F;
}
.BgClassName
{
background-color: #F2579F;
}
</style>
border-color css
<style>
span { border-color: #F2579F; }
span { border-color: rgb(242,87,159); }
td.TdClassName
{
border-color: #F2579F;
}
.TagClassName
{
border-color: #F2579F;
}
</style>