Shades of Brilliant Rose #F04FA0
Tints of Brilliant Rose #F04FA0
RGB
CMYK
RGB Variations
Color information
#F04FA0 (or 0xF04FA0) is known color: Brilliant Rose. HEX triplet: F0, 4F and A0. RGB value is (240,79,160). Sum of RGB (Red+Green+Blue) = 240+79+160=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04FA0 is #0FB05F. Grayscale: #888888. Windows color (decimal): -1028192 or 10506224. OLE color: 10506224.
HSL color Cylindrical-coordinate representation of color #F04FA0: hue angle of 329.81º 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 #F04FA0 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 160 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.06 |
| HSL | 329.81º | 0.84% | 0.63% | - |
| HSV(B) | 329.81º | 0.67% | 0.94% | - |
| XYZ | 45.08 | 26.66 | 36.03 | - |
| YUV | 136.37 | 141.34 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 160 | 0 | 0.67 | 0.33 | 0.06 | 329.81 | 0.84 | 0.63 |
| Hex | F0 | 4F | A0 | 0 | 43 | 21 | 6 | 14A | 54 | 3F |
| Octal | 360 | 117 | 240 | 0 | 103 | 41 | 6 | 512 | 124 | 77 |
| Binary | 11110000 | 1001111 | 10100000 | 0 | 1000011 | 100001 | 110 | 101001010 | 1010100 | 111111 |
Color Harmonies of #F04FA0
Complementary color
Monochromatic Colors of #F04FA0
Black with #F04FA0
Text Example
Text Example
White with #F04FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04FA0; }
p { color: rgb(240,79,160); }
H1.HeaderClassName
{
color: #F04FA0;
}
.AnyTagClassName
{
color: #F04FA0;
}
</style>
background-color css
<style>
a { background-color: #F04FA0; }
a { background-color: rgb(240,79,160); }
div.DivClassName
{
background-color: #F04FA0;
}
.BgClassName
{
background-color: #F04FA0;
}
</style>
border-color css
<style>
span { border-color: #F04FA0; }
span { border-color: rgb(240,79,160); }
td.TdClassName
{
border-color: #F04FA0;
}
.TagClassName
{
border-color: #F04FA0;
}
</style>