Shades of Brilliant Rose #F855AF
Tints of Brilliant Rose #F855AF
RGB
CMYK
RGB Variations
Color information
#F855AF (or 0xF855AF) is known color: Brilliant Rose. HEX triplet: F8, 55 and AF. RGB value is (248,85,175). Sum of RGB (Red+Green+Blue) = 248+85+175=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F855AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F855AF is #07AA50. Grayscale: #8F8F8F. Windows color (decimal): -502353 or 11490808. OLE color: 11490808.
HSL color Cylindrical-coordinate representation of color #F855AF: hue angle of 326.87º 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 #F855AF is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 175 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.03 |
| HSL | 326.87º | 0.92% | 0.65% | - |
| HSV(B) | 326.87º | 0.66% | 0.97% | - |
| XYZ | 49.7 | 29.55 | 43.64 | - |
| YUV | 144 | 145.5 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 175 | 0 | 0.66 | 0.29 | 0.03 | 326.87 | 0.92 | 0.65 |
| Hex | F8 | 55 | AF | 0 | 42 | 1D | 3 | 147 | 5C | 41 |
| Octal | 370 | 125 | 257 | 0 | 102 | 35 | 3 | 507 | 134 | 101 |
| Binary | 11111000 | 1010101 | 10101111 | 0 | 1000010 | 11101 | 11 | 101000111 | 1011100 | 1000001 |
Color Harmonies of #F855AF
Complementary color
Monochromatic Colors of #F855AF
Black with #F855AF
Text Example
Text Example
White with #F855AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F855AF; }
p { color: rgb(248,85,175); }
H1.HeaderClassName
{
color: #F855AF;
}
.AnyTagClassName
{
color: #F855AF;
}
</style>
background-color css
<style>
a { background-color: #F855AF; }
a { background-color: rgb(248,85,175); }
div.DivClassName
{
background-color: #F855AF;
}
.BgClassName
{
background-color: #F855AF;
}
</style>
border-color css
<style>
span { border-color: #F855AF; }
span { border-color: rgb(248,85,175); }
td.TdClassName
{
border-color: #F855AF;
}
.TagClassName
{
border-color: #F855AF;
}
</style>