Shades of Brilliant Rose #F857A1
Tints of Brilliant Rose #F857A1
RGB
CMYK
RGB Variations
Color information
#F857A1 (or 0xF857A1) is known color: Brilliant Rose. HEX triplet: F8, 57 and A1. RGB value is (248,87,161). Sum of RGB (Red+Green+Blue) = 248+87+161=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F857A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F857A1 is #07A85E. Grayscale: #8F8F8F. Windows color (decimal): -501855 or 10573816. OLE color: 10573816.
HSL color Cylindrical-coordinate representation of color #F857A1: hue angle of 332.42º 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 #F857A1 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 87 | 161 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.03 |
| HSL | 332.42º | 0.92% | 0.66% | - |
| HSV(B) | 332.42º | 0.65% | 0.97% | - |
| XYZ | 48.55 | 29.35 | 36.82 | - |
| YUV | 143.58 | 137.84 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 87 | 161 | 0 | 0.65 | 0.35 | 0.03 | 332.42 | 0.92 | 0.66 |
| Hex | F8 | 57 | A1 | 0 | 41 | 23 | 3 | 14C | 5C | 42 |
| Octal | 370 | 127 | 241 | 0 | 101 | 43 | 3 | 514 | 134 | 102 |
| Binary | 11111000 | 1010111 | 10100001 | 0 | 1000001 | 100011 | 11 | 101001100 | 1011100 | 1000010 |
Color Harmonies of #F857A1
Complementary color
Monochromatic Colors of #F857A1
Black with #F857A1
Text Example
Text Example
White with #F857A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F857A1; }
p { color: rgb(248,87,161); }
H1.HeaderClassName
{
color: #F857A1;
}
.AnyTagClassName
{
color: #F857A1;
}
</style>
background-color css
<style>
a { background-color: #F857A1; }
a { background-color: rgb(248,87,161); }
div.DivClassName
{
background-color: #F857A1;
}
.BgClassName
{
background-color: #F857A1;
}
</style>
border-color css
<style>
span { border-color: #F857A1; }
span { border-color: rgb(248,87,161); }
td.TdClassName
{
border-color: #F857A1;
}
.TagClassName
{
border-color: #F857A1;
}
</style>