Shades of Brilliant Rose #F855B2
Tints of Brilliant Rose #F855B2
RGB
CMYK
RGB Variations
Color information
#F855B2 (or 0xF855B2) is known color: Brilliant Rose. HEX triplet: F8, 55 and B2. RGB value is (248,85,178). Sum of RGB (Red+Green+Blue) = 248+85+178=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F855B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F855B2 is #07AA4D. Grayscale: #909090. Windows color (decimal): -502350 or 11687416. OLE color: 11687416.
HSL color Cylindrical-coordinate representation of color #F855B2: hue angle of 325.77º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F855B2 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 178 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.03 |
| HSL | 325.77º | 0.92% | 0.65% | - |
| HSV(B) | 325.77º | 0.66% | 0.97% | - |
| XYZ | 50 | 29.67 | 45.21 | - |
| YUV | 144.34 | 147 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 178 | 0 | 0.66 | 0.28 | 0.03 | 325.77 | 0.92 | 0.65 |
| Hex | F8 | 55 | B2 | 0 | 42 | 1C | 3 | 146 | 5C | 41 |
| Octal | 370 | 125 | 262 | 0 | 102 | 34 | 3 | 506 | 134 | 101 |
| Binary | 11111000 | 1010101 | 10110010 | 0 | 1000010 | 11100 | 11 | 101000110 | 1011100 | 1000001 |
Color Harmonies of #F855B2
Complementary color
Monochromatic Colors of #F855B2
Black with #F855B2
Text Example
Text Example
White with #F855B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F855B2; }
p { color: rgb(248,85,178); }
H1.HeaderClassName
{
color: #F855B2;
}
.AnyTagClassName
{
color: #F855B2;
}
</style>
background-color css
<style>
a { background-color: #F855B2; }
a { background-color: rgb(248,85,178); }
div.DivClassName
{
background-color: #F855B2;
}
.BgClassName
{
background-color: #F855B2;
}
</style>
border-color css
<style>
span { border-color: #F855B2; }
span { border-color: rgb(248,85,178); }
td.TdClassName
{
border-color: #F855B2;
}
.TagClassName
{
border-color: #F855B2;
}
</style>