Shades of Brilliant Rose #F04FB6
Tints of Brilliant Rose #F04FB6
RGB
CMYK
RGB Variations
Color information
#F04FB6 (or 0xF04FB6) is known color: Brilliant Rose. HEX triplet: F0, 4F and B6. RGB value is (240,79,182). Sum of RGB (Red+Green+Blue) = 240+79+182=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04FB6 is #0FB049. Grayscale: #8A8A8A. Windows color (decimal): -1028170 or 11948016. OLE color: 11948016.
HSL color Cylindrical-coordinate representation of color #F04FB6: hue angle of 321.61º 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 #F04FB6 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 182 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.06 |
| HSL | 321.61º | 0.84% | 0.63% | - |
| HSV(B) | 321.61º | 0.67% | 0.94% | - |
| XYZ | 47.17 | 27.49 | 47.08 | - |
| YUV | 138.88 | 152.34 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 182 | 0 | 0.67 | 0.24 | 0.06 | 321.61 | 0.84 | 0.63 |
| Hex | F0 | 4F | B6 | 0 | 43 | 18 | 6 | 142 | 54 | 3F |
| Octal | 360 | 117 | 266 | 0 | 103 | 30 | 6 | 502 | 124 | 77 |
| Binary | 11110000 | 1001111 | 10110110 | 0 | 1000011 | 11000 | 110 | 101000010 | 1010100 | 111111 |
Color Harmonies of #F04FB6
Complementary color
Monochromatic Colors of #F04FB6
Black with #F04FB6
Text Example
Text Example
White with #F04FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04FB6; }
p { color: rgb(240,79,182); }
H1.HeaderClassName
{
color: #F04FB6;
}
.AnyTagClassName
{
color: #F04FB6;
}
</style>
background-color css
<style>
a { background-color: #F04FB6; }
a { background-color: rgb(240,79,182); }
div.DivClassName
{
background-color: #F04FB6;
}
.BgClassName
{
background-color: #F04FB6;
}
</style>
border-color css
<style>
span { border-color: #F04FB6; }
span { border-color: rgb(240,79,182); }
td.TdClassName
{
border-color: #F04FB6;
}
.TagClassName
{
border-color: #F04FB6;
}
</style>