Shades of Brilliant Rose #F04CA0
Tints of Brilliant Rose #F04CA0
RGB
CMYK
RGB Variations
Color information
#F04CA0 (or 0xF04CA0) is known color: Brilliant Rose. HEX triplet: F0, 4C and A0. RGB value is (240,76,160). Sum of RGB (Red+Green+Blue) = 240+76+160=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04CA0 is #0FB35F. Grayscale: #868686. Windows color (decimal): -1028960 or 10505456. OLE color: 10505456.
HSL color Cylindrical-coordinate representation of color #F04CA0: hue angle of 329.27º degrees, saturation: 0.85, 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 #F04CA0 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 160 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.06 |
| HSL | 329.27º | 0.85% | 0.62% | - |
| HSV(B) | 329.27º | 0.68% | 0.94% | - |
| XYZ | 44.86 | 26.23 | 35.96 | - |
| YUV | 134.61 | 142.33 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 160 | 0 | 0.68 | 0.33 | 0.06 | 329.27 | 0.85 | 0.62 |
| Hex | F0 | 4C | A0 | 0 | 44 | 21 | 6 | 149 | 55 | 3E |
| Octal | 360 | 114 | 240 | 0 | 104 | 41 | 6 | 511 | 125 | 76 |
| Binary | 11110000 | 1001100 | 10100000 | 0 | 1000100 | 100001 | 110 | 101001001 | 1010101 | 111110 |
Color Harmonies of #F04CA0
Complementary color
Monochromatic Colors of #F04CA0
Black with #F04CA0
Text Example
Text Example
White with #F04CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04CA0; }
p { color: rgb(240,76,160); }
H1.HeaderClassName
{
color: #F04CA0;
}
.AnyTagClassName
{
color: #F04CA0;
}
</style>
background-color css
<style>
a { background-color: #F04CA0; }
a { background-color: rgb(240,76,160); }
div.DivClassName
{
background-color: #F04CA0;
}
.BgClassName
{
background-color: #F04CA0;
}
</style>
border-color css
<style>
span { border-color: #F04CA0; }
span { border-color: rgb(240,76,160); }
td.TdClassName
{
border-color: #F04CA0;
}
.TagClassName
{
border-color: #F04CA0;
}
</style>