Shades of Brilliant Rose #F0509F
Tints of Brilliant Rose #F0509F
RGB
CMYK
RGB Variations
Color information
#F0509F (or 0xF0509F) is known color: Brilliant Rose. HEX triplet: F0, 50 and 9F. RGB value is (240,80,159). Sum of RGB (Red+Green+Blue) = 240+80+159=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0509F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0509F is #0FAF60. Grayscale: #888888. Windows color (decimal): -1027937 or 10440944. OLE color: 10440944.
HSL color Cylindrical-coordinate representation of color #F0509F: hue angle of 330.38º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0509F is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 159 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.06 |
| HSL | 330.38º | 0.84% | 0.63% | - |
| HSV(B) | 330.38º | 0.67% | 0.94% | - |
| XYZ | 45.06 | 26.77 | 35.59 | - |
| YUV | 136.85 | 140.51 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 159 | 0 | 0.67 | 0.34 | 0.06 | 330.38 | 0.84 | 0.63 |
| Hex | F0 | 50 | 9F | 0 | 43 | 22 | 6 | 14A | 54 | 3F |
| Octal | 360 | 120 | 237 | 0 | 103 | 42 | 6 | 512 | 124 | 77 |
| Binary | 11110000 | 1010000 | 10011111 | 0 | 1000011 | 100010 | 110 | 101001010 | 1010100 | 111111 |
Color Harmonies of #F0509F
Complementary color
Monochromatic Colors of #F0509F
Black with #F0509F
Text Example
Text Example
White with #F0509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0509F; }
p { color: rgb(240,80,159); }
H1.HeaderClassName
{
color: #F0509F;
}
.AnyTagClassName
{
color: #F0509F;
}
</style>
background-color css
<style>
a { background-color: #F0509F; }
a { background-color: rgb(240,80,159); }
div.DivClassName
{
background-color: #F0509F;
}
.BgClassName
{
background-color: #F0509F;
}
</style>
border-color css
<style>
span { border-color: #F0509F; }
span { border-color: rgb(240,80,159); }
td.TdClassName
{
border-color: #F0509F;
}
.TagClassName
{
border-color: #F0509F;
}
</style>