Shades of Brilliant Rose #F862A0
Tints of Brilliant Rose #F862A0
RGB
CMYK
RGB Variations
Color information
#F862A0 (or 0xF862A0) is known color: Brilliant Rose. HEX triplet: F8, 62 and A0. RGB value is (248,98,160). Sum of RGB (Red+Green+Blue) = 248+98+160=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 98 (38.67% from 255 or 19.37% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F862A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F862A0 is #079D5F. Grayscale: #959595. Windows color (decimal): -499040 or 10511096. OLE color: 10511096.
HSL color Cylindrical-coordinate representation of color #F862A0: hue angle of 335.2º 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 #F862A0 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 160 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.03 |
| HSL | 335.2º | 0.91% | 0.68% | - |
| HSV(B) | 335.2º | 0.6% | 0.97% | - |
| XYZ | 49.42 | 31.23 | 36.68 | - |
| YUV | 149.92 | 133.7 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 160 | 0 | 0.60 | 0.35 | 0.03 | 335.2 | 0.91 | 0.68 |
| Hex | F8 | 62 | A0 | 0 | 3C | 23 | 3 | 14F | 5B | 44 |
| Octal | 370 | 142 | 240 | 0 | 74 | 43 | 3 | 517 | 133 | 104 |
| Binary | 11111000 | 1100010 | 10100000 | 0 | 111100 | 100011 | 11 | 101001111 | 1011011 | 1000100 |
Color Harmonies of #F862A0
Complementary color
Monochromatic Colors of #F862A0
Black with #F862A0
Text Example
Text Example
White with #F862A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F862A0; }
p { color: rgb(248,98,160); }
H1.HeaderClassName
{
color: #F862A0;
}
.AnyTagClassName
{
color: #F862A0;
}
</style>
background-color css
<style>
a { background-color: #F862A0; }
a { background-color: rgb(248,98,160); }
div.DivClassName
{
background-color: #F862A0;
}
.BgClassName
{
background-color: #F862A0;
}
</style>
border-color css
<style>
span { border-color: #F862A0; }
span { border-color: rgb(248,98,160); }
td.TdClassName
{
border-color: #F862A0;
}
.TagClassName
{
border-color: #F862A0;
}
</style>