Shades of Brilliant Rose #F85AAC
Tints of Brilliant Rose #F85AAC
RGB
CMYK
RGB Variations
Color information
#F85AAC (or 0xF85AAC) is known color: Brilliant Rose. HEX triplet: F8, 5A and AC. RGB value is (248,90,172). Sum of RGB (Red+Green+Blue) = 248+90+172=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F85AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85AAC is #07A553. Grayscale: #929292. Windows color (decimal): -501076 or 11295480. OLE color: 11295480.
HSL color Cylindrical-coordinate representation of color #F85AAC: hue angle of 328.86º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85AAC is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 172 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.03 |
| HSL | 328.86º | 0.92% | 0.66% | - |
| HSV(B) | 328.86º | 0.64% | 0.97% | - |
| XYZ | 49.81 | 30.25 | 42.24 | - |
| YUV | 146.59 | 142.35 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 172 | 0 | 0.64 | 0.31 | 0.03 | 328.86 | 0.92 | 0.66 |
| Hex | F8 | 5A | AC | 0 | 40 | 1F | 3 | 149 | 5C | 42 |
| Octal | 370 | 132 | 254 | 0 | 100 | 37 | 3 | 511 | 134 | 102 |
| Binary | 11111000 | 1011010 | 10101100 | 0 | 1000000 | 11111 | 11 | 101001001 | 1011100 | 1000010 |
Color Harmonies of #F85AAC
Complementary color
Monochromatic Colors of #F85AAC
Black with #F85AAC
Text Example
Text Example
White with #F85AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85AAC; }
p { color: rgb(248,90,172); }
H1.HeaderClassName
{
color: #F85AAC;
}
.AnyTagClassName
{
color: #F85AAC;
}
</style>
background-color css
<style>
a { background-color: #F85AAC; }
a { background-color: rgb(248,90,172); }
div.DivClassName
{
background-color: #F85AAC;
}
.BgClassName
{
background-color: #F85AAC;
}
</style>
border-color css
<style>
span { border-color: #F85AAC; }
span { border-color: rgb(248,90,172); }
td.TdClassName
{
border-color: #F85AAC;
}
.TagClassName
{
border-color: #F85AAC;
}
</style>