Shades of Brilliant Rose #F94EA8
Tints of Brilliant Rose #F94EA8
RGB
CMYK
RGB Variations
Color information
#F94EA8 (or 0xF94EA8) is known color: Brilliant Rose. HEX triplet: F9, 4E and A8. RGB value is (249,78,168). Sum of RGB (Red+Green+Blue) = 249+78+168=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F94EA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F94EA8 is #06B157. Grayscale: #8B8B8B. Windows color (decimal): -438616 or 11030265. OLE color: 11030265.
HSL color Cylindrical-coordinate representation of color #F94EA8: hue angle of 328.42º 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 #F94EA8 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 78 | 168 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.02 |
| HSL | 328.42º | 0.93% | 0.64% | - |
| HSV(B) | 328.42º | 0.69% | 0.98% | - |
| XYZ | 48.86 | 28.42 | 39.96 | - |
| YUV | 139.39 | 144.15 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 78 | 168 | 0 | 0.69 | 0.33 | 0.02 | 328.42 | 0.93 | 0.64 |
| Hex | F9 | 4E | A8 | 0 | 45 | 21 | 2 | 148 | 5D | 40 |
| Octal | 371 | 116 | 250 | 0 | 105 | 41 | 2 | 510 | 135 | 100 |
| Binary | 11111001 | 1001110 | 10101000 | 0 | 1000101 | 100001 | 10 | 101001000 | 1011101 | 1000000 |
Color Harmonies of #F94EA8
Complementary color
Monochromatic Colors of #F94EA8
Black with #F94EA8
Text Example
Text Example
White with #F94EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94EA8; }
p { color: rgb(249,78,168); }
H1.HeaderClassName
{
color: #F94EA8;
}
.AnyTagClassName
{
color: #F94EA8;
}
</style>
background-color css
<style>
a { background-color: #F94EA8; }
a { background-color: rgb(249,78,168); }
div.DivClassName
{
background-color: #F94EA8;
}
.BgClassName
{
background-color: #F94EA8;
}
</style>
border-color css
<style>
span { border-color: #F94EA8; }
span { border-color: rgb(249,78,168); }
td.TdClassName
{
border-color: #F94EA8;
}
.TagClassName
{
border-color: #F94EA8;
}
</style>