Shades of Brilliant Rose #F04DAC
Tints of Brilliant Rose #F04DAC
RGB
CMYK
RGB Variations
Color information
#F04DAC (or 0xF04DAC) is known color: Brilliant Rose. HEX triplet: F0, 4D and AC. RGB value is (240,77,172). Sum of RGB (Red+Green+Blue) = 240+77+172=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04DAC is #0FB253. Grayscale: #888888. Windows color (decimal): -1028692 or 11292144. OLE color: 11292144.
HSL color Cylindrical-coordinate representation of color #F04DAC: hue angle of 325.03º 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 #F04DAC is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 172 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.06 |
| HSL | 325.03º | 0.84% | 0.62% | - |
| HSV(B) | 325.03º | 0.68% | 0.94% | - |
| XYZ | 46.04 | 26.81 | 41.78 | - |
| YUV | 136.57 | 148 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 172 | 0 | 0.68 | 0.28 | 0.06 | 325.03 | 0.84 | 0.62 |
| Hex | F0 | 4D | AC | 0 | 44 | 1C | 6 | 145 | 54 | 3E |
| Octal | 360 | 115 | 254 | 0 | 104 | 34 | 6 | 505 | 124 | 76 |
| Binary | 11110000 | 1001101 | 10101100 | 0 | 1000100 | 11100 | 110 | 101000101 | 1010100 | 111110 |
Color Harmonies of #F04DAC
Complementary color
Monochromatic Colors of #F04DAC
Black with #F04DAC
Text Example
Text Example
White with #F04DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04DAC; }
p { color: rgb(240,77,172); }
H1.HeaderClassName
{
color: #F04DAC;
}
.AnyTagClassName
{
color: #F04DAC;
}
</style>
background-color css
<style>
a { background-color: #F04DAC; }
a { background-color: rgb(240,77,172); }
div.DivClassName
{
background-color: #F04DAC;
}
.BgClassName
{
background-color: #F04DAC;
}
</style>
border-color css
<style>
span { border-color: #F04DAC; }
span { border-color: rgb(240,77,172); }
td.TdClassName
{
border-color: #F04DAC;
}
.TagClassName
{
border-color: #F04DAC;
}
</style>