Shades of Brilliant Rose #F04DAB
Tints of Brilliant Rose #F04DAB
RGB
CMYK
RGB Variations
Color information
#F04DAB (or 0xF04DAB) is known color: Brilliant Rose. HEX triplet: F0, 4D and AB. RGB value is (240,77,171). Sum of RGB (Red+Green+Blue) = 240+77+171=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04DAB is #0FB254. Grayscale: #888888. Windows color (decimal): -1028693 or 11226608. OLE color: 11226608.
HSL color Cylindrical-coordinate representation of color #F04DAB: hue angle of 325.4º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04DAB is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 171 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.06 |
| HSL | 325.4º | 0.84% | 0.62% | - |
| HSV(B) | 325.4º | 0.68% | 0.94% | - |
| XYZ | 45.94 | 26.77 | 41.27 | - |
| YUV | 136.45 | 147.5 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 171 | 0 | 0.68 | 0.29 | 0.06 | 325.4 | 0.84 | 0.62 |
| Hex | F0 | 4D | AB | 0 | 44 | 1D | 6 | 145 | 54 | 3E |
| Octal | 360 | 115 | 253 | 0 | 104 | 35 | 6 | 505 | 124 | 76 |
| Binary | 11110000 | 1001101 | 10101011 | 0 | 1000100 | 11101 | 110 | 101000101 | 1010100 | 111110 |
Color Harmonies of #F04DAB
Complementary color
Monochromatic Colors of #F04DAB
Black with #F04DAB
Text Example
Text Example
White with #F04DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04DAB; }
p { color: rgb(240,77,171); }
H1.HeaderClassName
{
color: #F04DAB;
}
.AnyTagClassName
{
color: #F04DAB;
}
</style>
background-color css
<style>
a { background-color: #F04DAB; }
a { background-color: rgb(240,77,171); }
div.DivClassName
{
background-color: #F04DAB;
}
.BgClassName
{
background-color: #F04DAB;
}
</style>
border-color css
<style>
span { border-color: #F04DAB; }
span { border-color: rgb(240,77,171); }
td.TdClassName
{
border-color: #F04DAB;
}
.TagClassName
{
border-color: #F04DAB;
}
</style>