Shades of Brilliant Rose #F860A0
Tints of Brilliant Rose #F860A0
RGB
CMYK
RGB Variations
Color information
#F860A0 (or 0xF860A0) is known color: Brilliant Rose. HEX triplet: F8, 60 and A0. RGB value is (248,96,160). Sum of RGB (Red+Green+Blue) = 248+96+160=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F860A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F860A0 is #079F5F. Grayscale: #949494. Windows color (decimal): -499552 or 10510584. OLE color: 10510584.
HSL color Cylindrical-coordinate representation of color #F860A0: hue angle of 334.74º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F860A0 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 96 | 160 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.03 |
| HSL | 334.74º | 0.92% | 0.67% | - |
| HSV(B) | 334.74º | 0.61% | 0.97% | - |
| XYZ | 49.24 | 30.86 | 36.62 | - |
| YUV | 148.74 | 134.36 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 96 | 160 | 0 | 0.61 | 0.35 | 0.03 | 334.74 | 0.92 | 0.67 |
| Hex | F8 | 60 | A0 | 0 | 3D | 23 | 3 | 14F | 5C | 43 |
| Octal | 370 | 140 | 240 | 0 | 75 | 43 | 3 | 517 | 134 | 103 |
| Binary | 11111000 | 1100000 | 10100000 | 0 | 111101 | 100011 | 11 | 101001111 | 1011100 | 1000011 |
Color Harmonies of #F860A0
Complementary color
Monochromatic Colors of #F860A0
Black with #F860A0
Text Example
Text Example
White with #F860A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F860A0; }
p { color: rgb(248,96,160); }
H1.HeaderClassName
{
color: #F860A0;
}
.AnyTagClassName
{
color: #F860A0;
}
</style>
background-color css
<style>
a { background-color: #F860A0; }
a { background-color: rgb(248,96,160); }
div.DivClassName
{
background-color: #F860A0;
}
.BgClassName
{
background-color: #F860A0;
}
</style>
border-color css
<style>
span { border-color: #F860A0; }
span { border-color: rgb(248,96,160); }
td.TdClassName
{
border-color: #F860A0;
}
.TagClassName
{
border-color: #F860A0;
}
</style>