Shades of Brilliant Rose #F0489C
Tints of Brilliant Rose #F0489C
RGB
CMYK
RGB Variations
Color information
#F0489C (or 0xF0489C) is known color: Brilliant Rose. HEX triplet: F0, 48 and 9C. RGB value is (240,72,156). Sum of RGB (Red+Green+Blue) = 240+72+156=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F0489C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0489C is #0FB763. Grayscale: #838383. Windows color (decimal): -1029988 or 10242288. OLE color: 10242288.
HSL color Cylindrical-coordinate representation of color #F0489C: hue angle of 330º 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 #F0489C is Cyan = 0, Magento = 0.7, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 156 | - |
| CMYK | 0 | 0.7 | 0.35 | 0.06 |
| HSL | 330º | 0.85% | 0.61% | - |
| HSV(B) | 330º | 0.7% | 0.94% | - |
| XYZ | 44.25 | 25.56 | 34.05 | - |
| YUV | 131.81 | 141.66 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 156 | 0 | 0.7 | 0.35 | 0.06 | 330 | 0.85 | 0.61 |
| Hex | F0 | 48 | 9C | 0 | 46 | 23 | 6 | 14A | 55 | 3D |
| Octal | 360 | 110 | 234 | 0 | 106 | 43 | 6 | 512 | 125 | 75 |
| Binary | 11110000 | 1001000 | 10011100 | 0 | 1000110 | 100011 | 110 | 101001010 | 1010101 | 111101 |
Color Harmonies of #F0489C
Complementary color
Monochromatic Colors of #F0489C
Black with #F0489C
Text Example
Text Example
White with #F0489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0489C; }
p { color: rgb(240,72,156); }
H1.HeaderClassName
{
color: #F0489C;
}
.AnyTagClassName
{
color: #F0489C;
}
</style>
background-color css
<style>
a { background-color: #F0489C; }
a { background-color: rgb(240,72,156); }
div.DivClassName
{
background-color: #F0489C;
}
.BgClassName
{
background-color: #F0489C;
}
</style>
border-color css
<style>
span { border-color: #F0489C; }
span { border-color: rgb(240,72,156); }
td.TdClassName
{
border-color: #F0489C;
}
.TagClassName
{
border-color: #F0489C;
}
</style>