Shades of Brilliant Rose #F04FA3
Tints of Brilliant Rose #F04FA3
RGB
CMYK
RGB Variations
Color information
#F04FA3 (or 0xF04FA3) is known color: Brilliant Rose. HEX triplet: F0, 4F and A3. RGB value is (240,79,163). Sum of RGB (Red+Green+Blue) = 240+79+163=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 79 (31.25% from 255 or 16.39% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04FA3 is #0FB05C. Grayscale: #888888. Windows color (decimal): -1028189 or 10702832. OLE color: 10702832.
HSL color Cylindrical-coordinate representation of color #F04FA3: hue angle of 328.7º 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 #F04FA3 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 163 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.06 |
| HSL | 328.7º | 0.84% | 0.63% | - |
| HSV(B) | 328.7º | 0.67% | 0.94% | - |
| XYZ | 45.34 | 26.76 | 37.43 | - |
| YUV | 136.72 | 142.84 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 163 | 0 | 0.67 | 0.32 | 0.06 | 328.7 | 0.84 | 0.63 |
| Hex | F0 | 4F | A3 | 0 | 43 | 20 | 6 | 149 | 54 | 3F |
| Octal | 360 | 117 | 243 | 0 | 103 | 40 | 6 | 511 | 124 | 77 |
| Binary | 11110000 | 1001111 | 10100011 | 0 | 1000011 | 100000 | 110 | 101001001 | 1010100 | 111111 |
Color Harmonies of #F04FA3
Complementary color
Monochromatic Colors of #F04FA3
Black with #F04FA3
Text Example
Text Example
White with #F04FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04FA3; }
p { color: rgb(240,79,163); }
H1.HeaderClassName
{
color: #F04FA3;
}
.AnyTagClassName
{
color: #F04FA3;
}
</style>
background-color css
<style>
a { background-color: #F04FA3; }
a { background-color: rgb(240,79,163); }
div.DivClassName
{
background-color: #F04FA3;
}
.BgClassName
{
background-color: #F04FA3;
}
</style>
border-color css
<style>
span { border-color: #F04FA3; }
span { border-color: rgb(240,79,163); }
td.TdClassName
{
border-color: #F04FA3;
}
.TagClassName
{
border-color: #F04FA3;
}
</style>