Shades of Brilliant Rose #F85D9E
Tints of Brilliant Rose #F85D9E
RGB
CMYK
RGB Variations
Color information
#F85D9E (or 0xF85D9E) is known color: Brilliant Rose. HEX triplet: F8, 5D and 9E. RGB value is (248,93,158). Sum of RGB (Red+Green+Blue) = 248+93+158=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85D9E is #07A261. Grayscale: #929292. Windows color (decimal): -500322 or 10378744. OLE color: 10378744.
HSL color Cylindrical-coordinate representation of color #F85D9E: hue angle of 334.84º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85D9E is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 158 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.03 |
| HSL | 334.84º | 0.92% | 0.67% | - |
| HSV(B) | 334.84º | 0.63% | 0.97% | - |
| XYZ | 48.8 | 30.25 | 35.62 | - |
| YUV | 146.76 | 134.35 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 158 | 0 | 0.62 | 0.36 | 0.03 | 334.84 | 0.92 | 0.67 |
| Hex | F8 | 5D | 9E | 0 | 3E | 24 | 3 | 14F | 5C | 43 |
| Octal | 370 | 135 | 236 | 0 | 76 | 44 | 3 | 517 | 134 | 103 |
| Binary | 11111000 | 1011101 | 10011110 | 0 | 111110 | 100100 | 11 | 101001111 | 1011100 | 1000011 |
Color Harmonies of #F85D9E
Complementary color
Monochromatic Colors of #F85D9E
Black with #F85D9E
Text Example
Text Example
White with #F85D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85D9E; }
p { color: rgb(248,93,158); }
H1.HeaderClassName
{
color: #F85D9E;
}
.AnyTagClassName
{
color: #F85D9E;
}
</style>
background-color css
<style>
a { background-color: #F85D9E; }
a { background-color: rgb(248,93,158); }
div.DivClassName
{
background-color: #F85D9E;
}
.BgClassName
{
background-color: #F85D9E;
}
</style>
border-color css
<style>
span { border-color: #F85D9E; }
span { border-color: rgb(248,93,158); }
td.TdClassName
{
border-color: #F85D9E;
}
.TagClassName
{
border-color: #F85D9E;
}
</style>