Shades of Brilliant Rose #F05D9A
Tints of Brilliant Rose #F05D9A
RGB
CMYK
RGB Variations
Color information
#F05D9A (or 0xF05D9A) is known color: Brilliant Rose. HEX triplet: F0, 5D and 9A. RGB value is (240,93,154). Sum of RGB (Red+Green+Blue) = 240+93+154=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05D9A is #0FA265. Grayscale: #8F8F8F. Windows color (decimal): -1024614 or 10116592. OLE color: 10116592.
HSL color Cylindrical-coordinate representation of color #F05D9A: hue angle of 335.1º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05D9A is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 154 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.06 |
| HSL | 335.1º | 0.83% | 0.65% | - |
| HSV(B) | 335.1º | 0.61% | 0.94% | - |
| XYZ | 45.68 | 28.69 | 33.7 | - |
| YUV | 143.91 | 133.7 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 154 | 0 | 0.61 | 0.36 | 0.06 | 335.1 | 0.83 | 0.65 |
| Hex | F0 | 5D | 9A | 0 | 3D | 24 | 6 | 14F | 53 | 41 |
| Octal | 360 | 135 | 232 | 0 | 75 | 44 | 6 | 517 | 123 | 101 |
| Binary | 11110000 | 1011101 | 10011010 | 0 | 111101 | 100100 | 110 | 101001111 | 1010011 | 1000001 |
Color Harmonies of #F05D9A
Complementary color
Monochromatic Colors of #F05D9A
Black with #F05D9A
Text Example
Text Example
White with #F05D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05D9A; }
p { color: rgb(240,93,154); }
H1.HeaderClassName
{
color: #F05D9A;
}
.AnyTagClassName
{
color: #F05D9A;
}
</style>
background-color css
<style>
a { background-color: #F05D9A; }
a { background-color: rgb(240,93,154); }
div.DivClassName
{
background-color: #F05D9A;
}
.BgClassName
{
background-color: #F05D9A;
}
</style>
border-color css
<style>
span { border-color: #F05D9A; }
span { border-color: rgb(240,93,154); }
td.TdClassName
{
border-color: #F05D9A;
}
.TagClassName
{
border-color: #F05D9A;
}
</style>