Shades of Brilliant Rose #F860A8
Tints of Brilliant Rose #F860A8
RGB
CMYK
RGB Variations
Color information
#F860A8 (or 0xF860A8) is known color: Brilliant Rose. HEX triplet: F8, 60 and A8. RGB value is (248,96,168). Sum of RGB (Red+Green+Blue) = 248+96+168=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F860A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F860A8 is #079F57. Grayscale: #959595. Windows color (decimal): -499544 or 11034872. OLE color: 11034872.
HSL color Cylindrical-coordinate representation of color #F860A8: hue angle of 331.58º 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 #F860A8 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 96 | 168 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.03 |
| HSL | 331.58º | 0.92% | 0.67% | - |
| HSV(B) | 331.58º | 0.61% | 0.97% | - |
| XYZ | 49.96 | 31.15 | 40.42 | - |
| YUV | 149.66 | 138.36 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 96 | 168 | 0 | 0.61 | 0.32 | 0.03 | 331.58 | 0.92 | 0.67 |
| Hex | F8 | 60 | A8 | 0 | 3D | 20 | 3 | 14C | 5C | 43 |
| Octal | 370 | 140 | 250 | 0 | 75 | 40 | 3 | 514 | 134 | 103 |
| Binary | 11111000 | 1100000 | 10101000 | 0 | 111101 | 100000 | 11 | 101001100 | 1011100 | 1000011 |
Color Harmonies of #F860A8
Complementary color
Monochromatic Colors of #F860A8
Black with #F860A8
Text Example
Text Example
White with #F860A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F860A8; }
p { color: rgb(248,96,168); }
H1.HeaderClassName
{
color: #F860A8;
}
.AnyTagClassName
{
color: #F860A8;
}
</style>
background-color css
<style>
a { background-color: #F860A8; }
a { background-color: rgb(248,96,168); }
div.DivClassName
{
background-color: #F860A8;
}
.BgClassName
{
background-color: #F860A8;
}
</style>
border-color css
<style>
span { border-color: #F860A8; }
span { border-color: rgb(248,96,168); }
td.TdClassName
{
border-color: #F860A8;
}
.TagClassName
{
border-color: #F860A8;
}
</style>