Shades of Brilliant Rose #F85FA8
Tints of Brilliant Rose #F85FA8
RGB
CMYK
RGB Variations
Color information
#F85FA8 (or 0xF85FA8) is known color: Brilliant Rose. HEX triplet: F8, 5F and A8. RGB value is (248,95,168). Sum of RGB (Red+Green+Blue) = 248+95+168=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F85FA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85FA8 is #07A057. Grayscale: #949494. Windows color (decimal): -499800 or 11034616. OLE color: 11034616.
HSL color Cylindrical-coordinate representation of color #F85FA8: hue angle of 331.37º 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 #F85FA8 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 95 | 168 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.03 |
| HSL | 331.37º | 0.92% | 0.67% | - |
| HSV(B) | 331.37º | 0.62% | 0.97% | - |
| XYZ | 49.87 | 30.97 | 40.39 | - |
| YUV | 149.07 | 138.69 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 95 | 168 | 0 | 0.62 | 0.32 | 0.03 | 331.37 | 0.92 | 0.67 |
| Hex | F8 | 5F | A8 | 0 | 3E | 20 | 3 | 14B | 5C | 43 |
| Octal | 370 | 137 | 250 | 0 | 76 | 40 | 3 | 513 | 134 | 103 |
| Binary | 11111000 | 1011111 | 10101000 | 0 | 111110 | 100000 | 11 | 101001011 | 1011100 | 1000011 |
Color Harmonies of #F85FA8
Complementary color
Monochromatic Colors of #F85FA8
Black with #F85FA8
Text Example
Text Example
White with #F85FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85FA8; }
p { color: rgb(248,95,168); }
H1.HeaderClassName
{
color: #F85FA8;
}
.AnyTagClassName
{
color: #F85FA8;
}
</style>
background-color css
<style>
a { background-color: #F85FA8; }
a { background-color: rgb(248,95,168); }
div.DivClassName
{
background-color: #F85FA8;
}
.BgClassName
{
background-color: #F85FA8;
}
</style>
border-color css
<style>
span { border-color: #F85FA8; }
span { border-color: rgb(248,95,168); }
td.TdClassName
{
border-color: #F85FA8;
}
.TagClassName
{
border-color: #F85FA8;
}
</style>