Shades of Brilliant Rose #F14DA0
Tints of Brilliant Rose #F14DA0
RGB
CMYK
RGB Variations
Color information
#F14DA0 (or 0xF14DA0) is known color: Brilliant Rose. HEX triplet: F1, 4D and A0. RGB value is (241,77,160). Sum of RGB (Red+Green+Blue) = 241+77+160=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14DA0 is #0EB25F. Grayscale: #878787. Windows color (decimal): -963168 or 10505713. OLE color: 10505713.
HSL color Cylindrical-coordinate representation of color #F14DA0: hue angle of 329.63º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14DA0 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 77 | 160 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.05 |
| HSL | 329.63º | 0.85% | 0.62% | - |
| HSV(B) | 329.63º | 0.68% | 0.95% | - |
| XYZ | 45.27 | 26.55 | 36 | - |
| YUV | 135.5 | 141.83 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 77 | 160 | 0 | 0.68 | 0.34 | 0.05 | 329.63 | 0.85 | 0.62 |
| Hex | F1 | 4D | A0 | 0 | 44 | 22 | 5 | 14A | 55 | 3E |
| Octal | 361 | 115 | 240 | 0 | 104 | 42 | 5 | 512 | 125 | 76 |
| Binary | 11110001 | 1001101 | 10100000 | 0 | 1000100 | 100010 | 101 | 101001010 | 1010101 | 111110 |
Color Harmonies of #F14DA0
Complementary color
Monochromatic Colors of #F14DA0
Black with #F14DA0
Text Example
Text Example
White with #F14DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14DA0; }
p { color: rgb(241,77,160); }
H1.HeaderClassName
{
color: #F14DA0;
}
.AnyTagClassName
{
color: #F14DA0;
}
</style>
background-color css
<style>
a { background-color: #F14DA0; }
a { background-color: rgb(241,77,160); }
div.DivClassName
{
background-color: #F14DA0;
}
.BgClassName
{
background-color: #F14DA0;
}
</style>
border-color css
<style>
span { border-color: #F14DA0; }
span { border-color: rgb(241,77,160); }
td.TdClassName
{
border-color: #F14DA0;
}
.TagClassName
{
border-color: #F14DA0;
}
</style>