Shades of Brilliant Rose #F14DA2
Tints of Brilliant Rose #F14DA2
RGB
CMYK
RGB Variations
Color information
#F14DA2 (or 0xF14DA2) is known color: Brilliant Rose. HEX triplet: F1, 4D and A2. RGB value is (241,77,162). Sum of RGB (Red+Green+Blue) = 241+77+162=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14DA2 is #0EB25D. Grayscale: #878787. Windows color (decimal): -963166 or 10636785. OLE color: 10636785.
HSL color Cylindrical-coordinate representation of color #F14DA2: hue angle of 328.9º 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 #F14DA2 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 77 | 162 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.05 |
| HSL | 328.9º | 0.85% | 0.62% | - |
| HSV(B) | 328.9º | 0.68% | 0.95% | - |
| XYZ | 45.45 | 26.62 | 36.92 | - |
| YUV | 135.73 | 142.83 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 77 | 162 | 0 | 0.68 | 0.33 | 0.05 | 328.9 | 0.85 | 0.62 |
| Hex | F1 | 4D | A2 | 0 | 44 | 21 | 5 | 149 | 55 | 3E |
| Octal | 361 | 115 | 242 | 0 | 104 | 41 | 5 | 511 | 125 | 76 |
| Binary | 11110001 | 1001101 | 10100010 | 0 | 1000100 | 100001 | 101 | 101001001 | 1010101 | 111110 |
Color Harmonies of #F14DA2
Complementary color
Monochromatic Colors of #F14DA2
Black with #F14DA2
Text Example
Text Example
White with #F14DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14DA2; }
p { color: rgb(241,77,162); }
H1.HeaderClassName
{
color: #F14DA2;
}
.AnyTagClassName
{
color: #F14DA2;
}
</style>
background-color css
<style>
a { background-color: #F14DA2; }
a { background-color: rgb(241,77,162); }
div.DivClassName
{
background-color: #F14DA2;
}
.BgClassName
{
background-color: #F14DA2;
}
</style>
border-color css
<style>
span { border-color: #F14DA2; }
span { border-color: rgb(241,77,162); }
td.TdClassName
{
border-color: #F14DA2;
}
.TagClassName
{
border-color: #F14DA2;
}
</style>