Shades of Brilliant Rose #F04FB0
Tints of Brilliant Rose #F04FB0
RGB
CMYK
RGB Variations
Color information
#F04FB0 (or 0xF04FB0) is known color: Brilliant Rose. HEX triplet: F0, 4F and B0. RGB value is (240,79,176). Sum of RGB (Red+Green+Blue) = 240+79+176=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04FB0 is #0FB04F. Grayscale: #898989. Windows color (decimal): -1028176 or 11554800. OLE color: 11554800.
HSL color Cylindrical-coordinate representation of color #F04FB0: hue angle of 323.85º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F04FB0 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 176 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.06 |
| HSL | 323.85º | 0.84% | 0.63% | - |
| HSV(B) | 323.85º | 0.67% | 0.94% | - |
| XYZ | 46.57 | 27.25 | 43.88 | - |
| YUV | 138.2 | 149.34 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 176 | 0 | 0.67 | 0.27 | 0.06 | 323.85 | 0.84 | 0.63 |
| Hex | F0 | 4F | B0 | 0 | 43 | 1B | 6 | 144 | 54 | 3F |
| Octal | 360 | 117 | 260 | 0 | 103 | 33 | 6 | 504 | 124 | 77 |
| Binary | 11110000 | 1001111 | 10110000 | 0 | 1000011 | 11011 | 110 | 101000100 | 1010100 | 111111 |
Color Harmonies of #F04FB0
Complementary color
Monochromatic Colors of #F04FB0
Black with #F04FB0
Text Example
Text Example
White with #F04FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04FB0; }
p { color: rgb(240,79,176); }
H1.HeaderClassName
{
color: #F04FB0;
}
.AnyTagClassName
{
color: #F04FB0;
}
</style>
background-color css
<style>
a { background-color: #F04FB0; }
a { background-color: rgb(240,79,176); }
div.DivClassName
{
background-color: #F04FB0;
}
.BgClassName
{
background-color: #F04FB0;
}
</style>
border-color css
<style>
span { border-color: #F04FB0; }
span { border-color: rgb(240,79,176); }
td.TdClassName
{
border-color: #F04FB0;
}
.TagClassName
{
border-color: #F04FB0;
}
</style>