Shades of Brilliant Rose #F8509A
Tints of Brilliant Rose #F8509A
RGB
CMYK
RGB Variations
Color information
#F8509A (or 0xF8509A) is known color: Brilliant Rose. HEX triplet: F8, 50 and 9A. RGB value is (248,80,154). Sum of RGB (Red+Green+Blue) = 248+80+154=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F8509A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8509A is #07AF65. Grayscale: #8A8A8A. Windows color (decimal): -503654 or 10113272. OLE color: 10113272.
HSL color Cylindrical-coordinate representation of color #F8509A: hue angle of 333.57º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8509A is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 154 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.03 |
| HSL | 333.57º | 0.92% | 0.64% | - |
| HSV(B) | 333.57º | 0.68% | 0.97% | - |
| XYZ | 47.41 | 28.03 | 33.48 | - |
| YUV | 138.67 | 136.66 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 154 | 0 | 0.68 | 0.38 | 0.03 | 333.57 | 0.92 | 0.64 |
| Hex | F8 | 50 | 9A | 0 | 44 | 26 | 3 | 14E | 5C | 40 |
| Octal | 370 | 120 | 232 | 0 | 104 | 46 | 3 | 516 | 134 | 100 |
| Binary | 11111000 | 1010000 | 10011010 | 0 | 1000100 | 100110 | 11 | 101001110 | 1011100 | 1000000 |
Color Harmonies of #F8509A
Complementary color
Monochromatic Colors of #F8509A
Black with #F8509A
Text Example
Text Example
White with #F8509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8509A; }
p { color: rgb(248,80,154); }
H1.HeaderClassName
{
color: #F8509A;
}
.AnyTagClassName
{
color: #F8509A;
}
</style>
background-color css
<style>
a { background-color: #F8509A; }
a { background-color: rgb(248,80,154); }
div.DivClassName
{
background-color: #F8509A;
}
.BgClassName
{
background-color: #F8509A;
}
</style>
border-color css
<style>
span { border-color: #F8509A; }
span { border-color: rgb(248,80,154); }
td.TdClassName
{
border-color: #F8509A;
}
.TagClassName
{
border-color: #F8509A;
}
</style>