Shades of Brilliant Rose #F04FB2
Tints of Brilliant Rose #F04FB2
RGB
CMYK
RGB Variations
Color information
#F04FB2 (or 0xF04FB2) is known color: Brilliant Rose. HEX triplet: F0, 4F and B2. RGB value is (240,79,178). Sum of RGB (Red+Green+Blue) = 240+79+178=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04FB2 is #0FB04D. Grayscale: #8A8A8A. Windows color (decimal): -1028174 or 11685872. OLE color: 11685872.
HSL color Cylindrical-coordinate representation of color #F04FB2: hue angle of 323.11º 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 #F04FB2 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 178 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.06 |
| HSL | 323.11º | 0.84% | 0.63% | - |
| HSV(B) | 323.11º | 0.67% | 0.94% | - |
| XYZ | 46.77 | 27.33 | 44.93 | - |
| YUV | 138.43 | 150.34 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 178 | 0 | 0.67 | 0.26 | 0.06 | 323.11 | 0.84 | 0.63 |
| Hex | F0 | 4F | B2 | 0 | 43 | 1A | 6 | 143 | 54 | 3F |
| Octal | 360 | 117 | 262 | 0 | 103 | 32 | 6 | 503 | 124 | 77 |
| Binary | 11110000 | 1001111 | 10110010 | 0 | 1000011 | 11010 | 110 | 101000011 | 1010100 | 111111 |
Color Harmonies of #F04FB2
Complementary color
Monochromatic Colors of #F04FB2
Black with #F04FB2
Text Example
Text Example
White with #F04FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04FB2; }
p { color: rgb(240,79,178); }
H1.HeaderClassName
{
color: #F04FB2;
}
.AnyTagClassName
{
color: #F04FB2;
}
</style>
background-color css
<style>
a { background-color: #F04FB2; }
a { background-color: rgb(240,79,178); }
div.DivClassName
{
background-color: #F04FB2;
}
.BgClassName
{
background-color: #F04FB2;
}
</style>
border-color css
<style>
span { border-color: #F04FB2; }
span { border-color: rgb(240,79,178); }
td.TdClassName
{
border-color: #F04FB2;
}
.TagClassName
{
border-color: #F04FB2;
}
</style>