Shades of Brilliant Rose #F04DA2
Tints of Brilliant Rose #F04DA2
RGB
CMYK
RGB Variations
Color information
#F04DA2 (or 0xF04DA2) is known color: Brilliant Rose. HEX triplet: F0, 4D and A2. RGB value is (240,77,162). Sum of RGB (Red+Green+Blue) = 240+77+162=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04DA2 is #0FB25D. Grayscale: #878787. Windows color (decimal): -1028702 or 10636784. OLE color: 10636784.
HSL color Cylindrical-coordinate representation of color #F04DA2: hue angle of 328.71º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04DA2 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 162 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.06 |
| HSL | 328.71º | 0.84% | 0.62% | - |
| HSV(B) | 328.71º | 0.68% | 0.94% | - |
| XYZ | 45.11 | 26.44 | 36.91 | - |
| YUV | 135.43 | 143 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 162 | 0 | 0.68 | 0.32 | 0.06 | 328.71 | 0.84 | 0.62 |
| Hex | F0 | 4D | A2 | 0 | 44 | 20 | 6 | 149 | 54 | 3E |
| Octal | 360 | 115 | 242 | 0 | 104 | 40 | 6 | 511 | 124 | 76 |
| Binary | 11110000 | 1001101 | 10100010 | 0 | 1000100 | 100000 | 110 | 101001001 | 1010100 | 111110 |
Color Harmonies of #F04DA2
Complementary color
Monochromatic Colors of #F04DA2
Black with #F04DA2
Text Example
Text Example
White with #F04DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04DA2; }
p { color: rgb(240,77,162); }
H1.HeaderClassName
{
color: #F04DA2;
}
.AnyTagClassName
{
color: #F04DA2;
}
</style>
background-color css
<style>
a { background-color: #F04DA2; }
a { background-color: rgb(240,77,162); }
div.DivClassName
{
background-color: #F04DA2;
}
.BgClassName
{
background-color: #F04DA2;
}
</style>
border-color css
<style>
span { border-color: #F04DA2; }
span { border-color: rgb(240,77,162); }
td.TdClassName
{
border-color: #F04DA2;
}
.TagClassName
{
border-color: #F04DA2;
}
</style>