Shades of Brilliant Rose #F04F9D
Tints of Brilliant Rose #F04F9D
RGB
CMYK
RGB Variations
Color information
#F04F9D (or 0xF04F9D) is known color: Brilliant Rose. HEX triplet: F0, 4F and 9D. RGB value is (240,79,157). Sum of RGB (Red+Green+Blue) = 240+79+157=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04F9D is #0FB062. Grayscale: #878787. Windows color (decimal): -1028195 or 10309616. OLE color: 10309616.
HSL color Cylindrical-coordinate representation of color #F04F9D: hue angle of 330.93º 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 #F04F9D is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 157 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.06 |
| HSL | 330.93º | 0.84% | 0.63% | - |
| HSV(B) | 330.93º | 0.67% | 0.94% | - |
| XYZ | 44.82 | 26.55 | 34.66 | - |
| YUV | 136.03 | 139.84 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 157 | 0 | 0.67 | 0.35 | 0.06 | 330.93 | 0.84 | 0.63 |
| Hex | F0 | 4F | 9D | 0 | 43 | 23 | 6 | 14B | 54 | 3F |
| Octal | 360 | 117 | 235 | 0 | 103 | 43 | 6 | 513 | 124 | 77 |
| Binary | 11110000 | 1001111 | 10011101 | 0 | 1000011 | 100011 | 110 | 101001011 | 1010100 | 111111 |
Color Harmonies of #F04F9D
Complementary color
Monochromatic Colors of #F04F9D
Black with #F04F9D
Text Example
Text Example
White with #F04F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04F9D; }
p { color: rgb(240,79,157); }
H1.HeaderClassName
{
color: #F04F9D;
}
.AnyTagClassName
{
color: #F04F9D;
}
</style>
background-color css
<style>
a { background-color: #F04F9D; }
a { background-color: rgb(240,79,157); }
div.DivClassName
{
background-color: #F04F9D;
}
.BgClassName
{
background-color: #F04F9D;
}
</style>
border-color css
<style>
span { border-color: #F04F9D; }
span { border-color: rgb(240,79,157); }
td.TdClassName
{
border-color: #F04F9D;
}
.TagClassName
{
border-color: #F04F9D;
}
</style>