Shades of Brilliant Rose #F858A3
Tints of Brilliant Rose #F858A3
RGB
CMYK
RGB Variations
Color information
#F858A3 (or 0xF858A3) is known color: Brilliant Rose. HEX triplet: F8, 58 and A3. RGB value is (248,88,163). Sum of RGB (Red+Green+Blue) = 248+88+163=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F858A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F858A3 is #07A75C. Grayscale: #909090. Windows color (decimal): -501597 or 10705144. OLE color: 10705144.
HSL color Cylindrical-coordinate representation of color #F858A3: hue angle of 331.88º 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 #F858A3 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 163 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.03 |
| HSL | 331.88º | 0.92% | 0.66% | - |
| HSV(B) | 331.88º | 0.65% | 0.97% | - |
| XYZ | 48.81 | 29.58 | 37.79 | - |
| YUV | 144.39 | 138.51 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 163 | 0 | 0.65 | 0.34 | 0.03 | 331.88 | 0.92 | 0.66 |
| Hex | F8 | 58 | A3 | 0 | 41 | 22 | 3 | 14C | 5C | 42 |
| Octal | 370 | 130 | 243 | 0 | 101 | 42 | 3 | 514 | 134 | 102 |
| Binary | 11111000 | 1011000 | 10100011 | 0 | 1000001 | 100010 | 11 | 101001100 | 1011100 | 1000010 |
Color Harmonies of #F858A3
Complementary color
Monochromatic Colors of #F858A3
Black with #F858A3
Text Example
Text Example
White with #F858A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F858A3; }
p { color: rgb(248,88,163); }
H1.HeaderClassName
{
color: #F858A3;
}
.AnyTagClassName
{
color: #F858A3;
}
</style>
background-color css
<style>
a { background-color: #F858A3; }
a { background-color: rgb(248,88,163); }
div.DivClassName
{
background-color: #F858A3;
}
.BgClassName
{
background-color: #F858A3;
}
</style>
border-color css
<style>
span { border-color: #F858A3; }
span { border-color: rgb(248,88,163); }
td.TdClassName
{
border-color: #F858A3;
}
.TagClassName
{
border-color: #F858A3;
}
</style>