Shades of Brilliant Rose #F14EBA
Tints of Brilliant Rose #F14EBA
RGB
CMYK
RGB Variations
Color information
#F14EBA (or 0xF14EBA) is known color: Brilliant Rose. HEX triplet: F1, 4E and BA. RGB value is (241,78,186). Sum of RGB (Red+Green+Blue) = 241+78+186=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F14EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14EBA is #0EB145. Grayscale: #8A8A8A. Windows color (decimal): -962886 or 12209905. OLE color: 12209905.
HSL color Cylindrical-coordinate representation of color #F14EBA: hue angle of 320.25º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14EBA is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 78 | 186 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.05 |
| HSL | 320.25º | 0.85% | 0.63% | - |
| HSV(B) | 320.25º | 0.68% | 0.95% | - |
| XYZ | 47.86 | 27.69 | 49.28 | - |
| YUV | 139.05 | 154.5 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 78 | 186 | 0 | 0.68 | 0.23 | 0.05 | 320.25 | 0.85 | 0.63 |
| Hex | F1 | 4E | BA | 0 | 44 | 17 | 5 | 140 | 55 | 3F |
| Octal | 361 | 116 | 272 | 0 | 104 | 27 | 5 | 500 | 125 | 77 |
| Binary | 11110001 | 1001110 | 10111010 | 0 | 1000100 | 10111 | 101 | 101000000 | 1010101 | 111111 |
Color Harmonies of #F14EBA
Complementary color
Monochromatic Colors of #F14EBA
Black with #F14EBA
Text Example
Text Example
White with #F14EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14EBA; }
p { color: rgb(241,78,186); }
H1.HeaderClassName
{
color: #F14EBA;
}
.AnyTagClassName
{
color: #F14EBA;
}
</style>
background-color css
<style>
a { background-color: #F14EBA; }
a { background-color: rgb(241,78,186); }
div.DivClassName
{
background-color: #F14EBA;
}
.BgClassName
{
background-color: #F14EBA;
}
</style>
border-color css
<style>
span { border-color: #F14EBA; }
span { border-color: rgb(241,78,186); }
td.TdClassName
{
border-color: #F14EBA;
}
.TagClassName
{
border-color: #F14EBA;
}
</style>