Shades of Brilliant Rose #F0489E
Tints of Brilliant Rose #F0489E
RGB
CMYK
RGB Variations
Color information
#F0489E (or 0xF0489E) is known color: Brilliant Rose. HEX triplet: F0, 48 and 9E. RGB value is (240,72,158). Sum of RGB (Red+Green+Blue) = 240+72+158=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F0489E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0489E is #0FB761. Grayscale: #838383. Windows color (decimal): -1029986 or 10373360. OLE color: 10373360.
HSL color Cylindrical-coordinate representation of color #F0489E: hue angle of 329.29º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0489E is Cyan = 0, Magento = 0.7, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 158 | - |
| CMYK | 0 | 0.7 | 0.34 | 0.06 |
| HSL | 329.29º | 0.85% | 0.61% | - |
| HSV(B) | 329.29º | 0.7% | 0.94% | - |
| XYZ | 44.42 | 25.63 | 34.95 | - |
| YUV | 132.04 | 142.66 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 158 | 0 | 0.7 | 0.34 | 0.06 | 329.29 | 0.85 | 0.61 |
| Hex | F0 | 48 | 9E | 0 | 46 | 22 | 6 | 149 | 55 | 3D |
| Octal | 360 | 110 | 236 | 0 | 106 | 42 | 6 | 511 | 125 | 75 |
| Binary | 11110000 | 1001000 | 10011110 | 0 | 1000110 | 100010 | 110 | 101001001 | 1010101 | 111101 |
Color Harmonies of #F0489E
Complementary color
Monochromatic Colors of #F0489E
Black with #F0489E
Text Example
Text Example
White with #F0489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0489E; }
p { color: rgb(240,72,158); }
H1.HeaderClassName
{
color: #F0489E;
}
.AnyTagClassName
{
color: #F0489E;
}
</style>
background-color css
<style>
a { background-color: #F0489E; }
a { background-color: rgb(240,72,158); }
div.DivClassName
{
background-color: #F0489E;
}
.BgClassName
{
background-color: #F0489E;
}
</style>
border-color css
<style>
span { border-color: #F0489E; }
span { border-color: rgb(240,72,158); }
td.TdClassName
{
border-color: #F0489E;
}
.TagClassName
{
border-color: #F0489E;
}
</style>