Shades of Brilliant Rose #F850AD
Tints of Brilliant Rose #F850AD
RGB
CMYK
RGB Variations
Color information
#F850AD (or 0xF850AD) is known color: Brilliant Rose. HEX triplet: F8, 50 and AD. RGB value is (248,80,173). Sum of RGB (Red+Green+Blue) = 248+80+173=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F850AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F850AD is #07AF52. Grayscale: #8C8C8C. Windows color (decimal): -503635 or 11358456. OLE color: 11358456.
HSL color Cylindrical-coordinate representation of color #F850AD: hue angle of 326.79º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F850AD is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 173 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.03 |
| HSL | 326.79º | 0.92% | 0.64% | - |
| HSV(B) | 326.79º | 0.68% | 0.97% | - |
| XYZ | 49.12 | 28.71 | 42.49 | - |
| YUV | 140.83 | 146.16 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 173 | 0 | 0.68 | 0.30 | 0.03 | 326.79 | 0.92 | 0.64 |
| Hex | F8 | 50 | AD | 0 | 44 | 1E | 3 | 147 | 5C | 40 |
| Octal | 370 | 120 | 255 | 0 | 104 | 36 | 3 | 507 | 134 | 100 |
| Binary | 11111000 | 1010000 | 10101101 | 0 | 1000100 | 11110 | 11 | 101000111 | 1011100 | 1000000 |
Color Harmonies of #F850AD
Complementary color
Monochromatic Colors of #F850AD
Black with #F850AD
Text Example
Text Example
White with #F850AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F850AD; }
p { color: rgb(248,80,173); }
H1.HeaderClassName
{
color: #F850AD;
}
.AnyTagClassName
{
color: #F850AD;
}
</style>
background-color css
<style>
a { background-color: #F850AD; }
a { background-color: rgb(248,80,173); }
div.DivClassName
{
background-color: #F850AD;
}
.BgClassName
{
background-color: #F850AD;
}
</style>
border-color css
<style>
span { border-color: #F850AD; }
span { border-color: rgb(248,80,173); }
td.TdClassName
{
border-color: #F850AD;
}
.TagClassName
{
border-color: #F850AD;
}
</style>