Shades of Brilliant Rose #F0509A
Tints of Brilliant Rose #F0509A
RGB
CMYK
RGB Variations
Color information
#F0509A (or 0xF0509A) is known color: Brilliant Rose. HEX triplet: F0, 50 and 9A. RGB value is (240,80,154). Sum of RGB (Red+Green+Blue) = 240+80+154=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F0509A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0509A is #0FAF65. Grayscale: #888888. Windows color (decimal): -1027942 or 10113264. OLE color: 10113264.
HSL color Cylindrical-coordinate representation of color #F0509A: hue angle of 332.25º 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 #F0509A is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 154 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.06 |
| HSL | 332.25º | 0.84% | 0.63% | - |
| HSV(B) | 332.25º | 0.67% | 0.94% | - |
| XYZ | 44.64 | 26.6 | 33.35 | - |
| YUV | 136.28 | 138.01 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 154 | 0 | 0.67 | 0.36 | 0.06 | 332.25 | 0.84 | 0.63 |
| Hex | F0 | 50 | 9A | 0 | 43 | 24 | 6 | 14C | 54 | 3F |
| Octal | 360 | 120 | 232 | 0 | 103 | 44 | 6 | 514 | 124 | 77 |
| Binary | 11110000 | 1010000 | 10011010 | 0 | 1000011 | 100100 | 110 | 101001100 | 1010100 | 111111 |
Color Harmonies of #F0509A
Complementary color
Monochromatic Colors of #F0509A
Black with #F0509A
Text Example
Text Example
White with #F0509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0509A; }
p { color: rgb(240,80,154); }
H1.HeaderClassName
{
color: #F0509A;
}
.AnyTagClassName
{
color: #F0509A;
}
</style>
background-color css
<style>
a { background-color: #F0509A; }
a { background-color: rgb(240,80,154); }
div.DivClassName
{
background-color: #F0509A;
}
.BgClassName
{
background-color: #F0509A;
}
</style>
border-color css
<style>
span { border-color: #F0509A; }
span { border-color: rgb(240,80,154); }
td.TdClassName
{
border-color: #F0509A;
}
.TagClassName
{
border-color: #F0509A;
}
</style>