Shades of Brilliant Rose #F04BB8
Tints of Brilliant Rose #F04BB8
RGB
CMYK
RGB Variations
Color information
#F04BB8 (or 0xF04BB8) is known color: Brilliant Rose. HEX triplet: F0, 4B and B8. RGB value is (240,75,184). Sum of RGB (Red+Green+Blue) = 240+75+184=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 75 (29.69% from 255 or 15.03% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F04BB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04BB8 is #0FB447. Grayscale: #888888. Windows color (decimal): -1029192 or 12078064. OLE color: 12078064.
HSL color Cylindrical-coordinate representation of color #F04BB8: hue angle of 320.36º 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 #F04BB8 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 75 | 184 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.06 |
| HSL | 320.36º | 0.85% | 0.62% | - |
| HSV(B) | 320.36º | 0.69% | 0.94% | - |
| XYZ | 47.1 | 27.02 | 48.08 | - |
| YUV | 136.76 | 154.66 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 75 | 184 | 0 | 0.69 | 0.23 | 0.06 | 320.36 | 0.85 | 0.62 |
| Hex | F0 | 4B | B8 | 0 | 45 | 17 | 6 | 140 | 55 | 3E |
| Octal | 360 | 113 | 270 | 0 | 105 | 27 | 6 | 500 | 125 | 76 |
| Binary | 11110000 | 1001011 | 10111000 | 0 | 1000101 | 10111 | 110 | 101000000 | 1010101 | 111110 |
Color Harmonies of #F04BB8
Complementary color
Monochromatic Colors of #F04BB8
Black with #F04BB8
Text Example
Text Example
White with #F04BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04BB8; }
p { color: rgb(240,75,184); }
H1.HeaderClassName
{
color: #F04BB8;
}
.AnyTagClassName
{
color: #F04BB8;
}
</style>
background-color css
<style>
a { background-color: #F04BB8; }
a { background-color: rgb(240,75,184); }
div.DivClassName
{
background-color: #F04BB8;
}
.BgClassName
{
background-color: #F04BB8;
}
</style>
border-color css
<style>
span { border-color: #F04BB8; }
span { border-color: rgb(240,75,184); }
td.TdClassName
{
border-color: #F04BB8;
}
.TagClassName
{
border-color: #F04BB8;
}
</style>