Shades of Brilliant Rose #F85DAC
Tints of Brilliant Rose #F85DAC
RGB
CMYK
RGB Variations
Color information
#F85DAC (or 0xF85DAC) is known color: Brilliant Rose. HEX triplet: F8, 5D and AC. RGB value is (248,93,172). Sum of RGB (Red+Green+Blue) = 248+93+172=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F85DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85DAC is #07A253. Grayscale: #949494. Windows color (decimal): -500308 or 11296248. OLE color: 11296248.
HSL color Cylindrical-coordinate representation of color #F85DAC: hue angle of 329.42º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85DAC is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 172 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.03 |
| HSL | 329.42º | 0.92% | 0.67% | - |
| HSV(B) | 329.42º | 0.63% | 0.97% | - |
| XYZ | 50.07 | 30.76 | 42.33 | - |
| YUV | 148.35 | 141.35 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 172 | 0 | 0.62 | 0.31 | 0.03 | 329.42 | 0.92 | 0.67 |
| Hex | F8 | 5D | AC | 0 | 3E | 1F | 3 | 149 | 5C | 43 |
| Octal | 370 | 135 | 254 | 0 | 76 | 37 | 3 | 511 | 134 | 103 |
| Binary | 11111000 | 1011101 | 10101100 | 0 | 111110 | 11111 | 11 | 101001001 | 1011100 | 1000011 |
Color Harmonies of #F85DAC
Complementary color
Monochromatic Colors of #F85DAC
Black with #F85DAC
Text Example
Text Example
White with #F85DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85DAC; }
p { color: rgb(248,93,172); }
H1.HeaderClassName
{
color: #F85DAC;
}
.AnyTagClassName
{
color: #F85DAC;
}
</style>
background-color css
<style>
a { background-color: #F85DAC; }
a { background-color: rgb(248,93,172); }
div.DivClassName
{
background-color: #F85DAC;
}
.BgClassName
{
background-color: #F85DAC;
}
</style>
border-color css
<style>
span { border-color: #F85DAC; }
span { border-color: rgb(248,93,172); }
td.TdClassName
{
border-color: #F85DAC;
}
.TagClassName
{
border-color: #F85DAC;
}
</style>