Shades of Brilliant Rose #F85CA9
Tints of Brilliant Rose #F85CA9
RGB
CMYK
RGB Variations
Color information
#F85CA9 (or 0xF85CA9) is known color: Brilliant Rose. HEX triplet: F8, 5C and A9. RGB value is (248,92,169). Sum of RGB (Red+Green+Blue) = 248+92+169=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F85CA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85CA9 is #07A356. Grayscale: #939393. Windows color (decimal): -500567 or 11099384. OLE color: 11099384.
HSL color Cylindrical-coordinate representation of color #F85CA9: hue angle of 330.38º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85CA9 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 92 | 169 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.03 |
| HSL | 330.38º | 0.92% | 0.67% | - |
| HSV(B) | 330.38º | 0.63% | 0.97% | - |
| XYZ | 49.7 | 30.48 | 40.8 | - |
| YUV | 147.42 | 140.18 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 92 | 169 | 0 | 0.63 | 0.32 | 0.03 | 330.38 | 0.92 | 0.67 |
| Hex | F8 | 5C | A9 | 0 | 3F | 20 | 3 | 14A | 5C | 43 |
| Octal | 370 | 134 | 251 | 0 | 77 | 40 | 3 | 512 | 134 | 103 |
| Binary | 11111000 | 1011100 | 10101001 | 0 | 111111 | 100000 | 11 | 101001010 | 1011100 | 1000011 |
Color Harmonies of #F85CA9
Complementary color
Monochromatic Colors of #F85CA9
Black with #F85CA9
Text Example
Text Example
White with #F85CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85CA9; }
p { color: rgb(248,92,169); }
H1.HeaderClassName
{
color: #F85CA9;
}
.AnyTagClassName
{
color: #F85CA9;
}
</style>
background-color css
<style>
a { background-color: #F85CA9; }
a { background-color: rgb(248,92,169); }
div.DivClassName
{
background-color: #F85CA9;
}
.BgClassName
{
background-color: #F85CA9;
}
</style>
border-color css
<style>
span { border-color: #F85CA9; }
span { border-color: rgb(248,92,169); }
td.TdClassName
{
border-color: #F85CA9;
}
.TagClassName
{
border-color: #F85CA9;
}
</style>