Shades of Brilliant Rose #F04AB1
Tints of Brilliant Rose #F04AB1
RGB
CMYK
RGB Variations
Color information
#F04AB1 (or 0xF04AB1) is known color: Brilliant Rose. HEX triplet: F0, 4A and B1. RGB value is (240,74,177). Sum of RGB (Red+Green+Blue) = 240+74+177=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F04AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04AB1 is #0FB54E. Grayscale: #878787. Windows color (decimal): -1029455 or 11619056. OLE color: 11619056.
HSL color Cylindrical-coordinate representation of color #F04AB1: hue angle of 322.77º 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 #F04AB1 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 177 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.06 |
| HSL | 322.77º | 0.85% | 0.62% | - |
| HSV(B) | 322.77º | 0.69% | 0.94% | - |
| XYZ | 46.32 | 26.6 | 44.29 | - |
| YUV | 135.38 | 151.5 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 177 | 0 | 0.69 | 0.26 | 0.06 | 322.77 | 0.85 | 0.62 |
| Hex | F0 | 4A | B1 | 0 | 45 | 1A | 6 | 143 | 55 | 3E |
| Octal | 360 | 112 | 261 | 0 | 105 | 32 | 6 | 503 | 125 | 76 |
| Binary | 11110000 | 1001010 | 10110001 | 0 | 1000101 | 11010 | 110 | 101000011 | 1010101 | 111110 |
Color Harmonies of #F04AB1
Complementary color
Monochromatic Colors of #F04AB1
Black with #F04AB1
Text Example
Text Example
White with #F04AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04AB1; }
p { color: rgb(240,74,177); }
H1.HeaderClassName
{
color: #F04AB1;
}
.AnyTagClassName
{
color: #F04AB1;
}
</style>
background-color css
<style>
a { background-color: #F04AB1; }
a { background-color: rgb(240,74,177); }
div.DivClassName
{
background-color: #F04AB1;
}
.BgClassName
{
background-color: #F04AB1;
}
</style>
border-color css
<style>
span { border-color: #F04AB1; }
span { border-color: rgb(240,74,177); }
td.TdClassName
{
border-color: #F04AB1;
}
.TagClassName
{
border-color: #F04AB1;
}
</style>