Shades of Brilliant Rose #F14D9F
Tints of Brilliant Rose #F14D9F
RGB
CMYK
RGB Variations
Color information
#F14D9F (or 0xF14D9F) is known color: Brilliant Rose. HEX triplet: F1, 4D and 9F. RGB value is (241,77,159). Sum of RGB (Red+Green+Blue) = 241+77+159=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14D9F is #0EB260. Grayscale: #878787. Windows color (decimal): -963169 or 10440177. OLE color: 10440177.
HSL color Cylindrical-coordinate representation of color #F14D9F: hue angle of 330º 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 #F14D9F is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 77 | 159 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.05 |
| HSL | 330º | 0.85% | 0.62% | - |
| HSV(B) | 330º | 0.68% | 0.95% | - |
| XYZ | 45.19 | 26.51 | 35.54 | - |
| YUV | 135.38 | 141.33 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 77 | 159 | 0 | 0.68 | 0.34 | 0.05 | 330 | 0.85 | 0.62 |
| Hex | F1 | 4D | 9F | 0 | 44 | 22 | 5 | 14A | 55 | 3E |
| Octal | 361 | 115 | 237 | 0 | 104 | 42 | 5 | 512 | 125 | 76 |
| Binary | 11110001 | 1001101 | 10011111 | 0 | 1000100 | 100010 | 101 | 101001010 | 1010101 | 111110 |
Color Harmonies of #F14D9F
Complementary color
Monochromatic Colors of #F14D9F
Black with #F14D9F
Text Example
Text Example
White with #F14D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14D9F; }
p { color: rgb(241,77,159); }
H1.HeaderClassName
{
color: #F14D9F;
}
.AnyTagClassName
{
color: #F14D9F;
}
</style>
background-color css
<style>
a { background-color: #F14D9F; }
a { background-color: rgb(241,77,159); }
div.DivClassName
{
background-color: #F14D9F;
}
.BgClassName
{
background-color: #F14D9F;
}
</style>
border-color css
<style>
span { border-color: #F14D9F; }
span { border-color: rgb(241,77,159); }
td.TdClassName
{
border-color: #F14D9F;
}
.TagClassName
{
border-color: #F14D9F;
}
</style>