Shades of Brilliant Rose #F04FA4
Tints of Brilliant Rose #F04FA4
RGB
CMYK
RGB Variations
Color information
#F04FA4 (or 0xF04FA4) is known color: Brilliant Rose. HEX triplet: F0, 4F and A4. RGB value is (240,79,164). Sum of RGB (Red+Green+Blue) = 240+79+164=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04FA4 is #0FB05B. Grayscale: #888888. Windows color (decimal): -1028188 or 10768368. OLE color: 10768368.
HSL color Cylindrical-coordinate representation of color #F04FA4: hue angle of 328.32º 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 #F04FA4 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 164 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.06 |
| HSL | 328.32º | 0.84% | 0.63% | - |
| HSV(B) | 328.32º | 0.67% | 0.94% | - |
| XYZ | 45.43 | 26.8 | 37.9 | - |
| YUV | 136.83 | 143.34 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 164 | 0 | 0.67 | 0.32 | 0.06 | 328.32 | 0.84 | 0.63 |
| Hex | F0 | 4F | A4 | 0 | 43 | 20 | 6 | 148 | 54 | 3F |
| Octal | 360 | 117 | 244 | 0 | 103 | 40 | 6 | 510 | 124 | 77 |
| Binary | 11110000 | 1001111 | 10100100 | 0 | 1000011 | 100000 | 110 | 101001000 | 1010100 | 111111 |
Color Harmonies of #F04FA4
Complementary color
Monochromatic Colors of #F04FA4
Black with #F04FA4
Text Example
Text Example
White with #F04FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04FA4; }
p { color: rgb(240,79,164); }
H1.HeaderClassName
{
color: #F04FA4;
}
.AnyTagClassName
{
color: #F04FA4;
}
</style>
background-color css
<style>
a { background-color: #F04FA4; }
a { background-color: rgb(240,79,164); }
div.DivClassName
{
background-color: #F04FA4;
}
.BgClassName
{
background-color: #F04FA4;
}
</style>
border-color css
<style>
span { border-color: #F04FA4; }
span { border-color: rgb(240,79,164); }
td.TdClassName
{
border-color: #F04FA4;
}
.TagClassName
{
border-color: #F04FA4;
}
</style>