Shades of Brilliant Rose #F858A2
Tints of Brilliant Rose #F858A2
RGB
CMYK
RGB Variations
Color information
#F858A2 (or 0xF858A2) is known color: Brilliant Rose. HEX triplet: F8, 58 and A2. RGB value is (248,88,162). Sum of RGB (Red+Green+Blue) = 248+88+162=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F858A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F858A2 is #07A75D. Grayscale: #909090. Windows color (decimal): -501598 or 10639608. OLE color: 10639608.
HSL color Cylindrical-coordinate representation of color #F858A2: hue angle of 332.25º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F858A2 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 162 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.03 |
| HSL | 332.25º | 0.92% | 0.66% | - |
| HSV(B) | 332.25º | 0.65% | 0.97% | - |
| XYZ | 48.72 | 29.54 | 37.32 | - |
| YUV | 144.28 | 138.01 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 162 | 0 | 0.65 | 0.35 | 0.03 | 332.25 | 0.92 | 0.66 |
| Hex | F8 | 58 | A2 | 0 | 41 | 23 | 3 | 14C | 5C | 42 |
| Octal | 370 | 130 | 242 | 0 | 101 | 43 | 3 | 514 | 134 | 102 |
| Binary | 11111000 | 1011000 | 10100010 | 0 | 1000001 | 100011 | 11 | 101001100 | 1011100 | 1000010 |
Color Harmonies of #F858A2
Complementary color
Monochromatic Colors of #F858A2
Black with #F858A2
Text Example
Text Example
White with #F858A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F858A2; }
p { color: rgb(248,88,162); }
H1.HeaderClassName
{
color: #F858A2;
}
.AnyTagClassName
{
color: #F858A2;
}
</style>
background-color css
<style>
a { background-color: #F858A2; }
a { background-color: rgb(248,88,162); }
div.DivClassName
{
background-color: #F858A2;
}
.BgClassName
{
background-color: #F858A2;
}
</style>
border-color css
<style>
span { border-color: #F858A2; }
span { border-color: rgb(248,88,162); }
td.TdClassName
{
border-color: #F858A2;
}
.TagClassName
{
border-color: #F858A2;
}
</style>