Shades of Brilliant Rose #F04FAC
Tints of Brilliant Rose #F04FAC
RGB
CMYK
RGB Variations
Color information
#F04FAC (or 0xF04FAC) is known color: Brilliant Rose. HEX triplet: F0, 4F and AC. RGB value is (240,79,172). Sum of RGB (Red+Green+Blue) = 240+79+172=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04FAC is #0FB053. Grayscale: #898989. Windows color (decimal): -1028180 or 11292656. OLE color: 11292656.
HSL color Cylindrical-coordinate representation of color #F04FAC: hue angle of 325.34º 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 #F04FAC is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 172 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.06 |
| HSL | 325.34º | 0.84% | 0.63% | - |
| HSV(B) | 325.34º | 0.67% | 0.94% | - |
| XYZ | 46.18 | 27.1 | 41.83 | - |
| YUV | 137.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 172 | 0 | 0.67 | 0.28 | 0.06 | 325.34 | 0.84 | 0.63 |
| Hex | F0 | 4F | AC | 0 | 43 | 1C | 6 | 145 | 54 | 3F |
| Octal | 360 | 117 | 254 | 0 | 103 | 34 | 6 | 505 | 124 | 77 |
| Binary | 11110000 | 1001111 | 10101100 | 0 | 1000011 | 11100 | 110 | 101000101 | 1010100 | 111111 |
Color Harmonies of #F04FAC
Complementary color
Monochromatic Colors of #F04FAC
Black with #F04FAC
Text Example
Text Example
White with #F04FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04FAC; }
p { color: rgb(240,79,172); }
H1.HeaderClassName
{
color: #F04FAC;
}
.AnyTagClassName
{
color: #F04FAC;
}
</style>
background-color css
<style>
a { background-color: #F04FAC; }
a { background-color: rgb(240,79,172); }
div.DivClassName
{
background-color: #F04FAC;
}
.BgClassName
{
background-color: #F04FAC;
}
</style>
border-color css
<style>
span { border-color: #F04FAC; }
span { border-color: rgb(240,79,172); }
td.TdClassName
{
border-color: #F04FAC;
}
.TagClassName
{
border-color: #F04FAC;
}
</style>