Shades of Brilliant Rose #F14D9C
Tints of Brilliant Rose #F14D9C
RGB
CMYK
RGB Variations
Color information
#F14D9C (or 0xF14D9C) is known color: Brilliant Rose. HEX triplet: F1, 4D and 9C. RGB value is (241,77,156). Sum of RGB (Red+Green+Blue) = 241+77+156=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14D9C is #0EB263. Grayscale: #868686. Windows color (decimal): -963172 or 10243569. OLE color: 10243569.
HSL color Cylindrical-coordinate representation of color #F14D9C: hue angle of 331.1º 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 #F14D9C is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 77 | 156 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.05 |
| HSL | 331.1º | 0.85% | 0.62% | - |
| HSV(B) | 331.1º | 0.68% | 0.95% | - |
| XYZ | 44.93 | 26.41 | 34.18 | - |
| YUV | 135.04 | 139.83 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 77 | 156 | 0 | 0.68 | 0.35 | 0.05 | 331.1 | 0.85 | 0.62 |
| Hex | F1 | 4D | 9C | 0 | 44 | 23 | 5 | 14B | 55 | 3E |
| Octal | 361 | 115 | 234 | 0 | 104 | 43 | 5 | 513 | 125 | 76 |
| Binary | 11110001 | 1001101 | 10011100 | 0 | 1000100 | 100011 | 101 | 101001011 | 1010101 | 111110 |
Color Harmonies of #F14D9C
Complementary color
Monochromatic Colors of #F14D9C
Black with #F14D9C
Text Example
Text Example
White with #F14D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14D9C; }
p { color: rgb(241,77,156); }
H1.HeaderClassName
{
color: #F14D9C;
}
.AnyTagClassName
{
color: #F14D9C;
}
</style>
background-color css
<style>
a { background-color: #F14D9C; }
a { background-color: rgb(241,77,156); }
div.DivClassName
{
background-color: #F14D9C;
}
.BgClassName
{
background-color: #F14D9C;
}
</style>
border-color css
<style>
span { border-color: #F14D9C; }
span { border-color: rgb(241,77,156); }
td.TdClassName
{
border-color: #F14D9C;
}
.TagClassName
{
border-color: #F14D9C;
}
</style>