Shades of Brilliant Rose #F04AB8
Tints of Brilliant Rose #F04AB8
RGB
CMYK
RGB Variations
Color information
#F04AB8 (or 0xF04AB8) is known color: Brilliant Rose. HEX triplet: F0, 4A and B8. RGB value is (240,74,184). Sum of RGB (Red+Green+Blue) = 240+74+184=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F04AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04AB8 is #0FB547. Grayscale: #878787. Windows color (decimal): -1029448 or 12077808. OLE color: 12077808.
HSL color Cylindrical-coordinate representation of color #F04AB8: hue angle of 320.24º 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 #F04AB8 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 184 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.06 |
| HSL | 320.24º | 0.85% | 0.62% | - |
| HSV(B) | 320.24º | 0.69% | 0.94% | - |
| XYZ | 47.04 | 26.88 | 48.06 | - |
| YUV | 136.17 | 155 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 184 | 0 | 0.69 | 0.23 | 0.06 | 320.24 | 0.85 | 0.62 |
| Hex | F0 | 4A | B8 | 0 | 45 | 17 | 6 | 140 | 55 | 3E |
| Octal | 360 | 112 | 270 | 0 | 105 | 27 | 6 | 500 | 125 | 76 |
| Binary | 11110000 | 1001010 | 10111000 | 0 | 1000101 | 10111 | 110 | 101000000 | 1010101 | 111110 |
Color Harmonies of #F04AB8
Complementary color
Monochromatic Colors of #F04AB8
Black with #F04AB8
Text Example
Text Example
White with #F04AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04AB8; }
p { color: rgb(240,74,184); }
H1.HeaderClassName
{
color: #F04AB8;
}
.AnyTagClassName
{
color: #F04AB8;
}
</style>
background-color css
<style>
a { background-color: #F04AB8; }
a { background-color: rgb(240,74,184); }
div.DivClassName
{
background-color: #F04AB8;
}
.BgClassName
{
background-color: #F04AB8;
}
</style>
border-color css
<style>
span { border-color: #F04AB8; }
span { border-color: rgb(240,74,184); }
td.TdClassName
{
border-color: #F04AB8;
}
.TagClassName
{
border-color: #F04AB8;
}
</style>