Shades of Brilliant Rose #F0579D
Tints of Brilliant Rose #F0579D
RGB
CMYK
RGB Variations
Color information
#F0579D (or 0xF0579D) is known color: Brilliant Rose. HEX triplet: F0, 57 and 9D. RGB value is (240,87,157). Sum of RGB (Red+Green+Blue) = 240+87+157=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F0579D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0579D is #0FA862. Grayscale: #8C8C8C. Windows color (decimal): -1026147 or 10311664. OLE color: 10311664.
HSL color Cylindrical-coordinate representation of color #F0579D: hue angle of 332.55º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0579D is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 157 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.06 |
| HSL | 332.55º | 0.84% | 0.64% | - |
| HSV(B) | 332.55º | 0.64% | 0.94% | - |
| XYZ | 45.43 | 27.78 | 34.87 | - |
| YUV | 140.73 | 137.19 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 157 | 0 | 0.64 | 0.35 | 0.06 | 332.55 | 0.84 | 0.64 |
| Hex | F0 | 57 | 9D | 0 | 40 | 23 | 6 | 14D | 54 | 40 |
| Octal | 360 | 127 | 235 | 0 | 100 | 43 | 6 | 515 | 124 | 100 |
| Binary | 11110000 | 1010111 | 10011101 | 0 | 1000000 | 100011 | 110 | 101001101 | 1010100 | 1000000 |
Color Harmonies of #F0579D
Complementary color
Monochromatic Colors of #F0579D
Black with #F0579D
Text Example
Text Example
White with #F0579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0579D; }
p { color: rgb(240,87,157); }
H1.HeaderClassName
{
color: #F0579D;
}
.AnyTagClassName
{
color: #F0579D;
}
</style>
background-color css
<style>
a { background-color: #F0579D; }
a { background-color: rgb(240,87,157); }
div.DivClassName
{
background-color: #F0579D;
}
.BgClassName
{
background-color: #F0579D;
}
</style>
border-color css
<style>
span { border-color: #F0579D; }
span { border-color: rgb(240,87,157); }
td.TdClassName
{
border-color: #F0579D;
}
.TagClassName
{
border-color: #F0579D;
}
</style>