Shades of Brilliant Rose #F04BA2
Tints of Brilliant Rose #F04BA2
RGB
CMYK
RGB Variations
Color information
#F04BA2 (or 0xF04BA2) is known color: Brilliant Rose. HEX triplet: F0, 4B and A2. RGB value is (240,75,162). Sum of RGB (Red+Green+Blue) = 240+75+162=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F04BA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04BA2 is #0FB45D. Grayscale: #868686. Windows color (decimal): -1029214 or 10636272. OLE color: 10636272.
HSL color Cylindrical-coordinate representation of color #F04BA2: hue angle of 328.36º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04BA2 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 75 | 162 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.06 |
| HSL | 328.36º | 0.85% | 0.62% | - |
| HSV(B) | 328.36º | 0.69% | 0.94% | - |
| XYZ | 44.97 | 26.17 | 36.86 | - |
| YUV | 134.25 | 143.66 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 75 | 162 | 0 | 0.69 | 0.32 | 0.06 | 328.36 | 0.85 | 0.62 |
| Hex | F0 | 4B | A2 | 0 | 45 | 20 | 6 | 148 | 55 | 3E |
| Octal | 360 | 113 | 242 | 0 | 105 | 40 | 6 | 510 | 125 | 76 |
| Binary | 11110000 | 1001011 | 10100010 | 0 | 1000101 | 100000 | 110 | 101001000 | 1010101 | 111110 |
Color Harmonies of #F04BA2
Complementary color
Monochromatic Colors of #F04BA2
Black with #F04BA2
Text Example
Text Example
White with #F04BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04BA2; }
p { color: rgb(240,75,162); }
H1.HeaderClassName
{
color: #F04BA2;
}
.AnyTagClassName
{
color: #F04BA2;
}
</style>
background-color css
<style>
a { background-color: #F04BA2; }
a { background-color: rgb(240,75,162); }
div.DivClassName
{
background-color: #F04BA2;
}
.BgClassName
{
background-color: #F04BA2;
}
</style>
border-color css
<style>
span { border-color: #F04BA2; }
span { border-color: rgb(240,75,162); }
td.TdClassName
{
border-color: #F04BA2;
}
.TagClassName
{
border-color: #F04BA2;
}
</style>