Shades of Brilliant Rose #F850B2
Tints of Brilliant Rose #F850B2
RGB
CMYK
RGB Variations
Color information
#F850B2 (or 0xF850B2) is known color: Brilliant Rose. HEX triplet: F8, 50 and B2. RGB value is (248,80,178). Sum of RGB (Red+Green+Blue) = 248+80+178=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F850B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F850B2 is #07AF4D. Grayscale: #8D8D8D. Windows color (decimal): -503630 or 11686136. OLE color: 11686136.
HSL color Cylindrical-coordinate representation of color #F850B2: hue angle of 325º 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 #F850B2 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 178 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.03 |
| HSL | 325º | 0.92% | 0.64% | - |
| HSV(B) | 325º | 0.68% | 0.97% | - |
| XYZ | 49.62 | 28.91 | 45.08 | - |
| YUV | 141.4 | 148.66 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 178 | 0 | 0.68 | 0.28 | 0.03 | 325 | 0.92 | 0.64 |
| Hex | F8 | 50 | B2 | 0 | 44 | 1C | 3 | 145 | 5C | 40 |
| Octal | 370 | 120 | 262 | 0 | 104 | 34 | 3 | 505 | 134 | 100 |
| Binary | 11111000 | 1010000 | 10110010 | 0 | 1000100 | 11100 | 11 | 101000101 | 1011100 | 1000000 |
Color Harmonies of #F850B2
Complementary color
Monochromatic Colors of #F850B2
Black with #F850B2
Text Example
Text Example
White with #F850B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F850B2; }
p { color: rgb(248,80,178); }
H1.HeaderClassName
{
color: #F850B2;
}
.AnyTagClassName
{
color: #F850B2;
}
</style>
background-color css
<style>
a { background-color: #F850B2; }
a { background-color: rgb(248,80,178); }
div.DivClassName
{
background-color: #F850B2;
}
.BgClassName
{
background-color: #F850B2;
}
</style>
border-color css
<style>
span { border-color: #F850B2; }
span { border-color: rgb(248,80,178); }
td.TdClassName
{
border-color: #F850B2;
}
.TagClassName
{
border-color: #F850B2;
}
</style>