Shades of Brilliant Rose #F0589C
Tints of Brilliant Rose #F0589C
RGB
CMYK
RGB Variations
Color information
#F0589C (or 0xF0589C) is known color: Brilliant Rose. HEX triplet: F0, 58 and 9C. RGB value is (240,88,156). Sum of RGB (Red+Green+Blue) = 240+88+156=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F0589C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0589C is #0FA763. Grayscale: #8D8D8D. Windows color (decimal): -1025892 or 10246384. OLE color: 10246384.
HSL color Cylindrical-coordinate representation of color #F0589C: hue angle of 333.16º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0589C is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 156 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.06 |
| HSL | 333.16º | 0.84% | 0.64% | - |
| HSV(B) | 333.16º | 0.63% | 0.94% | - |
| XYZ | 45.43 | 27.91 | 34.44 | - |
| YUV | 141.2 | 136.36 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 156 | 0 | 0.63 | 0.35 | 0.06 | 333.16 | 0.84 | 0.64 |
| Hex | F0 | 58 | 9C | 0 | 3F | 23 | 6 | 14D | 54 | 40 |
| Octal | 360 | 130 | 234 | 0 | 77 | 43 | 6 | 515 | 124 | 100 |
| Binary | 11110000 | 1011000 | 10011100 | 0 | 111111 | 100011 | 110 | 101001101 | 1010100 | 1000000 |
Color Harmonies of #F0589C
Complementary color
Monochromatic Colors of #F0589C
Black with #F0589C
Text Example
Text Example
White with #F0589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0589C; }
p { color: rgb(240,88,156); }
H1.HeaderClassName
{
color: #F0589C;
}
.AnyTagClassName
{
color: #F0589C;
}
</style>
background-color css
<style>
a { background-color: #F0589C; }
a { background-color: rgb(240,88,156); }
div.DivClassName
{
background-color: #F0589C;
}
.BgClassName
{
background-color: #F0589C;
}
</style>
border-color css
<style>
span { border-color: #F0589C; }
span { border-color: rgb(240,88,156); }
td.TdClassName
{
border-color: #F0589C;
}
.TagClassName
{
border-color: #F0589C;
}
</style>