Shades of Brilliant Rose #F858A8
Tints of Brilliant Rose #F858A8
RGB
CMYK
RGB Variations
Color information
#F858A8 (or 0xF858A8) is known color: Brilliant Rose. HEX triplet: F8, 58 and A8. RGB value is (248,88,168). Sum of RGB (Red+Green+Blue) = 248+88+168=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F858A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F858A8 is #07A757. Grayscale: #909090. Windows color (decimal): -501592 or 11032824. OLE color: 11032824.
HSL color Cylindrical-coordinate representation of color #F858A8: hue angle of 330º 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 #F858A8 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 168 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.03 |
| HSL | 330º | 0.92% | 0.66% | - |
| HSV(B) | 330º | 0.65% | 0.97% | - |
| XYZ | 49.27 | 29.76 | 40.19 | - |
| YUV | 144.96 | 141.01 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 168 | 0 | 0.65 | 0.32 | 0.03 | 330 | 0.92 | 0.66 |
| Hex | F8 | 58 | A8 | 0 | 41 | 20 | 3 | 14A | 5C | 42 |
| Octal | 370 | 130 | 250 | 0 | 101 | 40 | 3 | 512 | 134 | 102 |
| Binary | 11111000 | 1011000 | 10101000 | 0 | 1000001 | 100000 | 11 | 101001010 | 1011100 | 1000010 |
Color Harmonies of #F858A8
Complementary color
Monochromatic Colors of #F858A8
Black with #F858A8
Text Example
Text Example
White with #F858A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F858A8; }
p { color: rgb(248,88,168); }
H1.HeaderClassName
{
color: #F858A8;
}
.AnyTagClassName
{
color: #F858A8;
}
</style>
background-color css
<style>
a { background-color: #F858A8; }
a { background-color: rgb(248,88,168); }
div.DivClassName
{
background-color: #F858A8;
}
.BgClassName
{
background-color: #F858A8;
}
</style>
border-color css
<style>
span { border-color: #F858A8; }
span { border-color: rgb(248,88,168); }
td.TdClassName
{
border-color: #F858A8;
}
.TagClassName
{
border-color: #F858A8;
}
</style>