Shades of Brilliant Rose #F85CAC
Tints of Brilliant Rose #F85CAC
RGB
CMYK
RGB Variations
Color information
#F85CAC (or 0xF85CAC) is known color: Brilliant Rose. HEX triplet: F8, 5C and AC. RGB value is (248,92,172). Sum of RGB (Red+Green+Blue) = 248+92+172=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F85CAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85CAC is #07A353. Grayscale: #939393. Windows color (decimal): -500564 or 11295992. OLE color: 11295992.
HSL color Cylindrical-coordinate representation of color #F85CAC: hue angle of 329.23º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85CAC is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 92 | 172 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.03 |
| HSL | 329.23º | 0.92% | 0.67% | - |
| HSV(B) | 329.23º | 0.63% | 0.97% | - |
| XYZ | 49.98 | 30.59 | 42.3 | - |
| YUV | 147.76 | 141.68 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 92 | 172 | 0 | 0.63 | 0.31 | 0.03 | 329.23 | 0.92 | 0.67 |
| Hex | F8 | 5C | AC | 0 | 3F | 1F | 3 | 149 | 5C | 43 |
| Octal | 370 | 134 | 254 | 0 | 77 | 37 | 3 | 511 | 134 | 103 |
| Binary | 11111000 | 1011100 | 10101100 | 0 | 111111 | 11111 | 11 | 101001001 | 1011100 | 1000011 |
Color Harmonies of #F85CAC
Complementary color
Monochromatic Colors of #F85CAC
Black with #F85CAC
Text Example
Text Example
White with #F85CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85CAC; }
p { color: rgb(248,92,172); }
H1.HeaderClassName
{
color: #F85CAC;
}
.AnyTagClassName
{
color: #F85CAC;
}
</style>
background-color css
<style>
a { background-color: #F85CAC; }
a { background-color: rgb(248,92,172); }
div.DivClassName
{
background-color: #F85CAC;
}
.BgClassName
{
background-color: #F85CAC;
}
</style>
border-color css
<style>
span { border-color: #F85CAC; }
span { border-color: rgb(248,92,172); }
td.TdClassName
{
border-color: #F85CAC;
}
.TagClassName
{
border-color: #F85CAC;
}
</style>