Shades of Brilliant Rose #F14D9A
Tints of Brilliant Rose #F14D9A
RGB
CMYK
RGB Variations
Color information
#F14D9A (or 0xF14D9A) is known color: Brilliant Rose. HEX triplet: F1, 4D and 9A. RGB value is (241,77,154). Sum of RGB (Red+Green+Blue) = 241+77+154=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14D9A is #0EB265. Grayscale: #868686. Windows color (decimal): -963174 or 10112497. OLE color: 10112497.
HSL color Cylindrical-coordinate representation of color #F14D9A: hue angle of 331.83º 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 #F14D9A is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 77 | 154 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.05 |
| HSL | 331.83º | 0.85% | 0.62% | - |
| HSV(B) | 331.83º | 0.68% | 0.95% | - |
| XYZ | 44.76 | 26.34 | 33.3 | - |
| YUV | 134.81 | 138.83 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 77 | 154 | 0 | 0.68 | 0.36 | 0.05 | 331.83 | 0.85 | 0.62 |
| Hex | F1 | 4D | 9A | 0 | 44 | 24 | 5 | 14C | 55 | 3E |
| Octal | 361 | 115 | 232 | 0 | 104 | 44 | 5 | 514 | 125 | 76 |
| Binary | 11110001 | 1001101 | 10011010 | 0 | 1000100 | 100100 | 101 | 101001100 | 1010101 | 111110 |
Color Harmonies of #F14D9A
Complementary color
Monochromatic Colors of #F14D9A
Black with #F14D9A
Text Example
Text Example
White with #F14D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14D9A; }
p { color: rgb(241,77,154); }
H1.HeaderClassName
{
color: #F14D9A;
}
.AnyTagClassName
{
color: #F14D9A;
}
</style>
background-color css
<style>
a { background-color: #F14D9A; }
a { background-color: rgb(241,77,154); }
div.DivClassName
{
background-color: #F14D9A;
}
.BgClassName
{
background-color: #F14D9A;
}
</style>
border-color css
<style>
span { border-color: #F14D9A; }
span { border-color: rgb(241,77,154); }
td.TdClassName
{
border-color: #F14D9A;
}
.TagClassName
{
border-color: #F14D9A;
}
</style>