Shades of Brilliant Rose #F862A6
Tints of Brilliant Rose #F862A6
RGB
CMYK
RGB Variations
Color information
#F862A6 (or 0xF862A6) is known color: Brilliant Rose. HEX triplet: F8, 62 and A6. RGB value is (248,98,166). Sum of RGB (Red+Green+Blue) = 248+98+166=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F862A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F862A6 is #079D59. Grayscale: #969696. Windows color (decimal): -499034 or 10904312. OLE color: 10904312.
HSL color Cylindrical-coordinate representation of color #F862A6: hue angle of 332.8º 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 #F862A6 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 166 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.03 |
| HSL | 332.8º | 0.91% | 0.68% | - |
| HSV(B) | 332.8º | 0.6% | 0.97% | - |
| XYZ | 49.96 | 31.45 | 39.51 | - |
| YUV | 150.6 | 136.7 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 166 | 0 | 0.60 | 0.33 | 0.03 | 332.8 | 0.91 | 0.68 |
| Hex | F8 | 62 | A6 | 0 | 3C | 21 | 3 | 14D | 5B | 44 |
| Octal | 370 | 142 | 246 | 0 | 74 | 41 | 3 | 515 | 133 | 104 |
| Binary | 11111000 | 1100010 | 10100110 | 0 | 111100 | 100001 | 11 | 101001101 | 1011011 | 1000100 |
Color Harmonies of #F862A6
Complementary color
Monochromatic Colors of #F862A6
Black with #F862A6
Text Example
Text Example
White with #F862A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F862A6; }
p { color: rgb(248,98,166); }
H1.HeaderClassName
{
color: #F862A6;
}
.AnyTagClassName
{
color: #F862A6;
}
</style>
background-color css
<style>
a { background-color: #F862A6; }
a { background-color: rgb(248,98,166); }
div.DivClassName
{
background-color: #F862A6;
}
.BgClassName
{
background-color: #F862A6;
}
</style>
border-color css
<style>
span { border-color: #F862A6; }
span { border-color: rgb(248,98,166); }
td.TdClassName
{
border-color: #F862A6;
}
.TagClassName
{
border-color: #F862A6;
}
</style>