Shades of Brilliant Rose #F94AA3
Tints of Brilliant Rose #F94AA3
RGB
CMYK
RGB Variations
Color information
#F94AA3 (or 0xF94AA3) is known color: Brilliant Rose. HEX triplet: F9, 4A and A3. RGB value is (249,74,163). Sum of RGB (Red+Green+Blue) = 249+74+163=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F94AA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94AA3 is #06B55C. Grayscale: #888888. Windows color (decimal): -439645 or 10701561. OLE color: 10701561.
HSL color Cylindrical-coordinate representation of color #F94AA3: hue angle of 329.49º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94AA3 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 163 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.02 |
| HSL | 329.49º | 0.94% | 0.63% | - |
| HSV(B) | 329.49º | 0.7% | 0.98% | - |
| XYZ | 48.13 | 27.68 | 37.46 | - |
| YUV | 136.47 | 142.98 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 163 | 0 | 0.70 | 0.35 | 0.02 | 329.49 | 0.94 | 0.63 |
| Hex | F9 | 4A | A3 | 0 | 46 | 23 | 2 | 149 | 5E | 3F |
| Octal | 371 | 112 | 243 | 0 | 106 | 43 | 2 | 511 | 136 | 77 |
| Binary | 11111001 | 1001010 | 10100011 | 0 | 1000110 | 100011 | 10 | 101001001 | 1011110 | 111111 |
Color Harmonies of #F94AA3
Complementary color
Monochromatic Colors of #F94AA3
Black with #F94AA3
Text Example
Text Example
White with #F94AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94AA3; }
p { color: rgb(249,74,163); }
H1.HeaderClassName
{
color: #F94AA3;
}
.AnyTagClassName
{
color: #F94AA3;
}
</style>
background-color css
<style>
a { background-color: #F94AA3; }
a { background-color: rgb(249,74,163); }
div.DivClassName
{
background-color: #F94AA3;
}
.BgClassName
{
background-color: #F94AA3;
}
</style>
border-color css
<style>
span { border-color: #F94AA3; }
span { border-color: rgb(249,74,163); }
td.TdClassName
{
border-color: #F94AA3;
}
.TagClassName
{
border-color: #F94AA3;
}
</style>