Shades of Brilliant Rose #F94EA3
Tints of Brilliant Rose #F94EA3
RGB
CMYK
RGB Variations
Color information
#F94EA3 (or 0xF94EA3) is known color: Brilliant Rose. HEX triplet: F9, 4E and A3. RGB value is (249,78,163). Sum of RGB (Red+Green+Blue) = 249+78+163=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 78 (30.86% from 255 or 15.92% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F94EA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F94EA3 is #06B15C. Grayscale: #8A8A8A. Windows color (decimal): -438621 or 10702585. OLE color: 10702585.
HSL color Cylindrical-coordinate representation of color #F94EA3: hue angle of 330.18º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94EA3 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 78 | 163 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.02 |
| HSL | 330.18º | 0.93% | 0.64% | - |
| HSV(B) | 330.18º | 0.69% | 0.98% | - |
| XYZ | 48.4 | 28.23 | 37.55 | - |
| YUV | 138.82 | 141.65 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 78 | 163 | 0 | 0.69 | 0.35 | 0.02 | 330.18 | 0.93 | 0.64 |
| Hex | F9 | 4E | A3 | 0 | 45 | 23 | 2 | 14A | 5D | 40 |
| Octal | 371 | 116 | 243 | 0 | 105 | 43 | 2 | 512 | 135 | 100 |
| Binary | 11111001 | 1001110 | 10100011 | 0 | 1000101 | 100011 | 10 | 101001010 | 1011101 | 1000000 |
Color Harmonies of #F94EA3
Complementary color
Monochromatic Colors of #F94EA3
Black with #F94EA3
Text Example
Text Example
White with #F94EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94EA3; }
p { color: rgb(249,78,163); }
H1.HeaderClassName
{
color: #F94EA3;
}
.AnyTagClassName
{
color: #F94EA3;
}
</style>
background-color css
<style>
a { background-color: #F94EA3; }
a { background-color: rgb(249,78,163); }
div.DivClassName
{
background-color: #F94EA3;
}
.BgClassName
{
background-color: #F94EA3;
}
</style>
border-color css
<style>
span { border-color: #F94EA3; }
span { border-color: rgb(249,78,163); }
td.TdClassName
{
border-color: #F94EA3;
}
.TagClassName
{
border-color: #F94EA3;
}
</style>