Shades of Brilliant Rose #F859AD
Tints of Brilliant Rose #F859AD
RGB
CMYK
RGB Variations
Color information
#F859AD (or 0xF859AD) is known color: Brilliant Rose. HEX triplet: F8, 59 and AD. RGB value is (248,89,173). Sum of RGB (Red+Green+Blue) = 248+89+173=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F859AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F859AD is #07A652. Grayscale: #919191. Windows color (decimal): -501331 or 11360760. OLE color: 11360760.
HSL color Cylindrical-coordinate representation of color #F859AD: hue angle of 328.3º 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 #F859AD is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 173 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.03 |
| HSL | 328.3º | 0.92% | 0.66% | - |
| HSV(B) | 328.3º | 0.64% | 0.97% | - |
| XYZ | 49.83 | 30.12 | 42.72 | - |
| YUV | 146.12 | 143.18 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 173 | 0 | 0.64 | 0.30 | 0.03 | 328.3 | 0.92 | 0.66 |
| Hex | F8 | 59 | AD | 0 | 40 | 1E | 3 | 148 | 5C | 42 |
| Octal | 370 | 131 | 255 | 0 | 100 | 36 | 3 | 510 | 134 | 102 |
| Binary | 11111000 | 1011001 | 10101101 | 0 | 1000000 | 11110 | 11 | 101001000 | 1011100 | 1000010 |
Color Harmonies of #F859AD
Complementary color
Monochromatic Colors of #F859AD
Black with #F859AD
Text Example
Text Example
White with #F859AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F859AD; }
p { color: rgb(248,89,173); }
H1.HeaderClassName
{
color: #F859AD;
}
.AnyTagClassName
{
color: #F859AD;
}
</style>
background-color css
<style>
a { background-color: #F859AD; }
a { background-color: rgb(248,89,173); }
div.DivClassName
{
background-color: #F859AD;
}
.BgClassName
{
background-color: #F859AD;
}
</style>
border-color css
<style>
span { border-color: #F859AD; }
span { border-color: rgb(248,89,173); }
td.TdClassName
{
border-color: #F859AD;
}
.TagClassName
{
border-color: #F859AD;
}
</style>