Shades of Brilliant Rose #F04CA1
Tints of Brilliant Rose #F04CA1
RGB
CMYK
RGB Variations
Color information
#F04CA1 (or 0xF04CA1) is known color: Brilliant Rose. HEX triplet: F0, 4C and A1. RGB value is (240,76,161). Sum of RGB (Red+Green+Blue) = 240+76+161=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04CA1 is #0FB35E. Grayscale: #868686. Windows color (decimal): -1028959 or 10570992. OLE color: 10570992.
HSL color Cylindrical-coordinate representation of color #F04CA1: hue angle of 328.9º 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 #F04CA1 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 161 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.06 |
| HSL | 328.9º | 0.85% | 0.62% | - |
| HSV(B) | 328.9º | 0.68% | 0.94% | - |
| XYZ | 44.95 | 26.27 | 36.42 | - |
| YUV | 134.73 | 142.83 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 161 | 0 | 0.68 | 0.33 | 0.06 | 328.9 | 0.85 | 0.62 |
| Hex | F0 | 4C | A1 | 0 | 44 | 21 | 6 | 149 | 55 | 3E |
| Octal | 360 | 114 | 241 | 0 | 104 | 41 | 6 | 511 | 125 | 76 |
| Binary | 11110000 | 1001100 | 10100001 | 0 | 1000100 | 100001 | 110 | 101001001 | 1010101 | 111110 |
Color Harmonies of #F04CA1
Complementary color
Monochromatic Colors of #F04CA1
Black with #F04CA1
Text Example
Text Example
White with #F04CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04CA1; }
p { color: rgb(240,76,161); }
H1.HeaderClassName
{
color: #F04CA1;
}
.AnyTagClassName
{
color: #F04CA1;
}
</style>
background-color css
<style>
a { background-color: #F04CA1; }
a { background-color: rgb(240,76,161); }
div.DivClassName
{
background-color: #F04CA1;
}
.BgClassName
{
background-color: #F04CA1;
}
</style>
border-color css
<style>
span { border-color: #F04CA1; }
span { border-color: rgb(240,76,161); }
td.TdClassName
{
border-color: #F04CA1;
}
.TagClassName
{
border-color: #F04CA1;
}
</style>