Shades of Brilliant Rose #F2579C
Tints of Brilliant Rose #F2579C
RGB
CMYK
RGB Variations
Color information
#F2579C (or 0xF2579C) is known color: Brilliant Rose. HEX triplet: F2, 57 and 9C. RGB value is (242,87,156). Sum of RGB (Red+Green+Blue) = 242+87+156=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2579C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2579C is #0DA863. Grayscale: #8D8D8D. Windows color (decimal): -895076 or 10246130. OLE color: 10246130.
HSL color Cylindrical-coordinate representation of color #F2579C: hue angle of 333.29º 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 #F2579C is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 156 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.05 |
| HSL | 333.29º | 0.86% | 0.65% | - |
| HSV(B) | 333.29º | 0.64% | 0.95% | - |
| XYZ | 46.03 | 28.09 | 34.45 | - |
| YUV | 141.21 | 136.35 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 156 | 0 | 0.64 | 0.36 | 0.05 | 333.29 | 0.86 | 0.65 |
| Hex | F2 | 57 | 9C | 0 | 40 | 24 | 5 | 14D | 56 | 41 |
| Octal | 362 | 127 | 234 | 0 | 100 | 44 | 5 | 515 | 126 | 101 |
| Binary | 11110010 | 1010111 | 10011100 | 0 | 1000000 | 100100 | 101 | 101001101 | 1010110 | 1000001 |
Color Harmonies of #F2579C
Complementary color
Monochromatic Colors of #F2579C
Black with #F2579C
Text Example
Text Example
White with #F2579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2579C; }
p { color: rgb(242,87,156); }
H1.HeaderClassName
{
color: #F2579C;
}
.AnyTagClassName
{
color: #F2579C;
}
</style>
background-color css
<style>
a { background-color: #F2579C; }
a { background-color: rgb(242,87,156); }
div.DivClassName
{
background-color: #F2579C;
}
.BgClassName
{
background-color: #F2579C;
}
</style>
border-color css
<style>
span { border-color: #F2579C; }
span { border-color: rgb(242,87,156); }
td.TdClassName
{
border-color: #F2579C;
}
.TagClassName
{
border-color: #F2579C;
}
</style>