Shades of Brilliant Rose #F14EAC
Tints of Brilliant Rose #F14EAC
RGB
CMYK
RGB Variations
Color information
#F14EAC (or 0xF14EAC) is known color: Brilliant Rose. HEX triplet: F1, 4E and AC. RGB value is (241,78,172). Sum of RGB (Red+Green+Blue) = 241+78+172=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F14EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14EAC is #0EB153. Grayscale: #898989. Windows color (decimal): -962900 or 11292401. OLE color: 11292401.
HSL color Cylindrical-coordinate representation of color #F14EAC: hue angle of 325.4º 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 #F14EAC is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 78 | 172 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.05 |
| HSL | 325.4º | 0.85% | 0.63% | - |
| HSV(B) | 325.4º | 0.68% | 0.95% | - |
| XYZ | 46.45 | 27.13 | 41.82 | - |
| YUV | 137.45 | 147.5 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 78 | 172 | 0 | 0.68 | 0.29 | 0.05 | 325.4 | 0.85 | 0.63 |
| Hex | F1 | 4E | AC | 0 | 44 | 1D | 5 | 145 | 55 | 3F |
| Octal | 361 | 116 | 254 | 0 | 104 | 35 | 5 | 505 | 125 | 77 |
| Binary | 11110001 | 1001110 | 10101100 | 0 | 1000100 | 11101 | 101 | 101000101 | 1010101 | 111111 |
Color Harmonies of #F14EAC
Complementary color
Monochromatic Colors of #F14EAC
Black with #F14EAC
Text Example
Text Example
White with #F14EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14EAC; }
p { color: rgb(241,78,172); }
H1.HeaderClassName
{
color: #F14EAC;
}
.AnyTagClassName
{
color: #F14EAC;
}
</style>
background-color css
<style>
a { background-color: #F14EAC; }
a { background-color: rgb(241,78,172); }
div.DivClassName
{
background-color: #F14EAC;
}
.BgClassName
{
background-color: #F14EAC;
}
</style>
border-color css
<style>
span { border-color: #F14EAC; }
span { border-color: rgb(241,78,172); }
td.TdClassName
{
border-color: #F14EAC;
}
.TagClassName
{
border-color: #F14EAC;
}
</style>