Shades of Brilliant Rose #F050B2
Tints of Brilliant Rose #F050B2
RGB
CMYK
RGB Variations
Color information
#F050B2 (or 0xF050B2) is known color: Brilliant Rose. HEX triplet: F0, 50 and B2. RGB value is (240,80,178). Sum of RGB (Red+Green+Blue) = 240+80+178=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F050B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F050B2 is #0FAF4D. Grayscale: #8A8A8A. Windows color (decimal): -1027918 or 11686128. OLE color: 11686128.
HSL color Cylindrical-coordinate representation of color #F050B2: hue angle of 323.25º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F050B2 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 178 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.06 |
| HSL | 323.25º | 0.84% | 0.63% | - |
| HSV(B) | 323.25º | 0.67% | 0.94% | - |
| XYZ | 46.84 | 27.48 | 44.95 | - |
| YUV | 139.01 | 150.01 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 178 | 0 | 0.67 | 0.26 | 0.06 | 323.25 | 0.84 | 0.63 |
| Hex | F0 | 50 | B2 | 0 | 43 | 1A | 6 | 143 | 54 | 3F |
| Octal | 360 | 120 | 262 | 0 | 103 | 32 | 6 | 503 | 124 | 77 |
| Binary | 11110000 | 1010000 | 10110010 | 0 | 1000011 | 11010 | 110 | 101000011 | 1010100 | 111111 |
Color Harmonies of #F050B2
Complementary color
Monochromatic Colors of #F050B2
Black with #F050B2
Text Example
Text Example
White with #F050B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F050B2; }
p { color: rgb(240,80,178); }
H1.HeaderClassName
{
color: #F050B2;
}
.AnyTagClassName
{
color: #F050B2;
}
</style>
background-color css
<style>
a { background-color: #F050B2; }
a { background-color: rgb(240,80,178); }
div.DivClassName
{
background-color: #F050B2;
}
.BgClassName
{
background-color: #F050B2;
}
</style>
border-color css
<style>
span { border-color: #F050B2; }
span { border-color: rgb(240,80,178); }
td.TdClassName
{
border-color: #F050B2;
}
.TagClassName
{
border-color: #F050B2;
}
</style>