Shades of Brilliant Rose #F04FB4
Tints of Brilliant Rose #F04FB4
RGB
CMYK
RGB Variations
Color information
#F04FB4 (or 0xF04FB4) is known color: Brilliant Rose. HEX triplet: F0, 4F and B4. RGB value is (240,79,180). Sum of RGB (Red+Green+Blue) = 240+79+180=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04FB4 is #0FB04B. Grayscale: #8A8A8A. Windows color (decimal): -1028172 or 11816944. OLE color: 11816944.
HSL color Cylindrical-coordinate representation of color #F04FB4: hue angle of 322.36º 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 #F04FB4 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 180 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.06 |
| HSL | 322.36º | 0.84% | 0.63% | - |
| HSV(B) | 322.36º | 0.67% | 0.94% | - |
| XYZ | 46.97 | 27.41 | 46 | - |
| YUV | 138.65 | 151.34 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 180 | 0 | 0.67 | 0.25 | 0.06 | 322.36 | 0.84 | 0.63 |
| Hex | F0 | 4F | B4 | 0 | 43 | 19 | 6 | 142 | 54 | 3F |
| Octal | 360 | 117 | 264 | 0 | 103 | 31 | 6 | 502 | 124 | 77 |
| Binary | 11110000 | 1001111 | 10110100 | 0 | 1000011 | 11001 | 110 | 101000010 | 1010100 | 111111 |
Color Harmonies of #F04FB4
Complementary color
Monochromatic Colors of #F04FB4
Black with #F04FB4
Text Example
Text Example
White with #F04FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04FB4; }
p { color: rgb(240,79,180); }
H1.HeaderClassName
{
color: #F04FB4;
}
.AnyTagClassName
{
color: #F04FB4;
}
</style>
background-color css
<style>
a { background-color: #F04FB4; }
a { background-color: rgb(240,79,180); }
div.DivClassName
{
background-color: #F04FB4;
}
.BgClassName
{
background-color: #F04FB4;
}
</style>
border-color css
<style>
span { border-color: #F04FB4; }
span { border-color: rgb(240,79,180); }
td.TdClassName
{
border-color: #F04FB4;
}
.TagClassName
{
border-color: #F04FB4;
}
</style>