Shades of Brilliant Rose #F85D9D
Tints of Brilliant Rose #F85D9D
RGB
CMYK
RGB Variations
Color information
#F85D9D (or 0xF85D9D) is known color: Brilliant Rose. HEX triplet: F8, 5D and 9D. RGB value is (248,93,157). Sum of RGB (Red+Green+Blue) = 248+93+157=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85D9D is #07A262. Grayscale: #929292. Windows color (decimal): -500323 or 10313208. OLE color: 10313208.
HSL color Cylindrical-coordinate representation of color #F85D9D: hue angle of 335.23º 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 #F85D9D is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 157 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.03 |
| HSL | 335.23º | 0.92% | 0.67% | - |
| HSV(B) | 335.23º | 0.63% | 0.97% | - |
| XYZ | 48.71 | 30.22 | 35.16 | - |
| YUV | 146.64 | 133.85 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 157 | 0 | 0.62 | 0.37 | 0.03 | 335.23 | 0.92 | 0.67 |
| Hex | F8 | 5D | 9D | 0 | 3E | 25 | 3 | 14F | 5C | 43 |
| Octal | 370 | 135 | 235 | 0 | 76 | 45 | 3 | 517 | 134 | 103 |
| Binary | 11111000 | 1011101 | 10011101 | 0 | 111110 | 100101 | 11 | 101001111 | 1011100 | 1000011 |
Color Harmonies of #F85D9D
Complementary color
Monochromatic Colors of #F85D9D
Black with #F85D9D
Text Example
Text Example
White with #F85D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85D9D; }
p { color: rgb(248,93,157); }
H1.HeaderClassName
{
color: #F85D9D;
}
.AnyTagClassName
{
color: #F85D9D;
}
</style>
background-color css
<style>
a { background-color: #F85D9D; }
a { background-color: rgb(248,93,157); }
div.DivClassName
{
background-color: #F85D9D;
}
.BgClassName
{
background-color: #F85D9D;
}
</style>
border-color css
<style>
span { border-color: #F85D9D; }
span { border-color: rgb(248,93,157); }
td.TdClassName
{
border-color: #F85D9D;
}
.TagClassName
{
border-color: #F85D9D;
}
</style>