Shades of Brilliant Rose #F863A6
Tints of Brilliant Rose #F863A6
RGB
CMYK
RGB Variations
Color information
#F863A6 (or 0xF863A6) is known color: Brilliant Rose. HEX triplet: F8, 63 and A6. RGB value is (248,99,166). Sum of RGB (Red+Green+Blue) = 248+99+166=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F863A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F863A6 is #079C59. Grayscale: #979797. Windows color (decimal): -498778 or 10904568. OLE color: 10904568.
HSL color Cylindrical-coordinate representation of color #F863A6: hue angle of 333.02º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F863A6 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 166 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.03 |
| HSL | 333.02º | 0.91% | 0.68% | - |
| HSV(B) | 333.02º | 0.6% | 0.97% | - |
| XYZ | 50.06 | 31.63 | 39.54 | - |
| YUV | 151.19 | 136.36 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 166 | 0 | 0.60 | 0.33 | 0.03 | 333.02 | 0.91 | 0.68 |
| Hex | F8 | 63 | A6 | 0 | 3C | 21 | 3 | 14D | 5B | 44 |
| Octal | 370 | 143 | 246 | 0 | 74 | 41 | 3 | 515 | 133 | 104 |
| Binary | 11111000 | 1100011 | 10100110 | 0 | 111100 | 100001 | 11 | 101001101 | 1011011 | 1000100 |
Color Harmonies of #F863A6
Complementary color
Monochromatic Colors of #F863A6
Black with #F863A6
Text Example
Text Example
White with #F863A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F863A6; }
p { color: rgb(248,99,166); }
H1.HeaderClassName
{
color: #F863A6;
}
.AnyTagClassName
{
color: #F863A6;
}
</style>
background-color css
<style>
a { background-color: #F863A6; }
a { background-color: rgb(248,99,166); }
div.DivClassName
{
background-color: #F863A6;
}
.BgClassName
{
background-color: #F863A6;
}
</style>
border-color css
<style>
span { border-color: #F863A6; }
span { border-color: rgb(248,99,166); }
td.TdClassName
{
border-color: #F863A6;
}
.TagClassName
{
border-color: #F863A6;
}
</style>