Shades of Brilliant Rose #F855A1
Tints of Brilliant Rose #F855A1
RGB
CMYK
RGB Variations
Color information
#F855A1 (or 0xF855A1) is known color: Brilliant Rose. HEX triplet: F8, 55 and A1. RGB value is (248,85,161). Sum of RGB (Red+Green+Blue) = 248+85+161=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F855A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F855A1 is #07AA5E. Grayscale: #8E8E8E. Windows color (decimal): -502367 or 10573304. OLE color: 10573304.
HSL color Cylindrical-coordinate representation of color #F855A1: hue angle of 332.02º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F855A1 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 161 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.03 |
| HSL | 332.02º | 0.92% | 0.65% | - |
| HSV(B) | 332.02º | 0.66% | 0.97% | - |
| XYZ | 48.39 | 29.03 | 36.77 | - |
| YUV | 142.4 | 138.5 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 161 | 0 | 0.66 | 0.35 | 0.03 | 332.02 | 0.92 | 0.65 |
| Hex | F8 | 55 | A1 | 0 | 42 | 23 | 3 | 14C | 5C | 41 |
| Octal | 370 | 125 | 241 | 0 | 102 | 43 | 3 | 514 | 134 | 101 |
| Binary | 11111000 | 1010101 | 10100001 | 0 | 1000010 | 100011 | 11 | 101001100 | 1011100 | 1000001 |
Color Harmonies of #F855A1
Complementary color
Monochromatic Colors of #F855A1
Black with #F855A1
Text Example
Text Example
White with #F855A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F855A1; }
p { color: rgb(248,85,161); }
H1.HeaderClassName
{
color: #F855A1;
}
.AnyTagClassName
{
color: #F855A1;
}
</style>
background-color css
<style>
a { background-color: #F855A1; }
a { background-color: rgb(248,85,161); }
div.DivClassName
{
background-color: #F855A1;
}
.BgClassName
{
background-color: #F855A1;
}
</style>
border-color css
<style>
span { border-color: #F855A1; }
span { border-color: rgb(248,85,161); }
td.TdClassName
{
border-color: #F855A1;
}
.TagClassName
{
border-color: #F855A1;
}
</style>