Shades of Brilliant Rose #F04AB0
Tints of Brilliant Rose #F04AB0
RGB
CMYK
RGB Variations
Color information
#F04AB0 (or 0xF04AB0) is known color: Brilliant Rose. HEX triplet: F0, 4A and B0. RGB value is (240,74,176). Sum of RGB (Red+Green+Blue) = 240+74+176=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 74 (29.30% from 255 or 15.10% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F04AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04AB0 is #0FB54F. Grayscale: #878787. Windows color (decimal): -1029456 or 11553520. OLE color: 11553520.
HSL color Cylindrical-coordinate representation of color #F04AB0: hue angle of 323.13º 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 #F04AB0 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 176 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.06 |
| HSL | 323.13º | 0.85% | 0.62% | - |
| HSV(B) | 323.13º | 0.69% | 0.94% | - |
| XYZ | 46.22 | 26.56 | 43.76 | - |
| YUV | 135.26 | 151 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 176 | 0 | 0.69 | 0.27 | 0.06 | 323.13 | 0.85 | 0.62 |
| Hex | F0 | 4A | B0 | 0 | 45 | 1B | 6 | 143 | 55 | 3E |
| Octal | 360 | 112 | 260 | 0 | 105 | 33 | 6 | 503 | 125 | 76 |
| Binary | 11110000 | 1001010 | 10110000 | 0 | 1000101 | 11011 | 110 | 101000011 | 1010101 | 111110 |
Color Harmonies of #F04AB0
Complementary color
Monochromatic Colors of #F04AB0
Black with #F04AB0
Text Example
Text Example
White with #F04AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04AB0; }
p { color: rgb(240,74,176); }
H1.HeaderClassName
{
color: #F04AB0;
}
.AnyTagClassName
{
color: #F04AB0;
}
</style>
background-color css
<style>
a { background-color: #F04AB0; }
a { background-color: rgb(240,74,176); }
div.DivClassName
{
background-color: #F04AB0;
}
.BgClassName
{
background-color: #F04AB0;
}
</style>
border-color css
<style>
span { border-color: #F04AB0; }
span { border-color: rgb(240,74,176); }
td.TdClassName
{
border-color: #F04AB0;
}
.TagClassName
{
border-color: #F04AB0;
}
</style>