Shades of Brilliant Rose #F94CA2
Tints of Brilliant Rose #F94CA2
RGB
CMYK
RGB Variations
Color information
#F94CA2 (or 0xF94CA2) is known color: Brilliant Rose. HEX triplet: F9, 4C and A2. RGB value is (249,76,162). Sum of RGB (Red+Green+Blue) = 249+76+162=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94CA2 is #06B35D. Grayscale: #898989. Windows color (decimal): -439134 or 10636537. OLE color: 10636537.
HSL color Cylindrical-coordinate representation of color #F94CA2: hue angle of 330.17º degrees, saturation: 0.94, 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 #F94CA2 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 162 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.02 |
| HSL | 330.17º | 0.94% | 0.64% | - |
| HSV(B) | 330.17º | 0.69% | 0.98% | - |
| XYZ | 48.17 | 27.92 | 37.03 | - |
| YUV | 137.53 | 141.81 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 162 | 0 | 0.69 | 0.35 | 0.02 | 330.17 | 0.94 | 0.64 |
| Hex | F9 | 4C | A2 | 0 | 45 | 23 | 2 | 14A | 5E | 40 |
| Octal | 371 | 114 | 242 | 0 | 105 | 43 | 2 | 512 | 136 | 100 |
| Binary | 11111001 | 1001100 | 10100010 | 0 | 1000101 | 100011 | 10 | 101001010 | 1011110 | 1000000 |
Color Harmonies of #F94CA2
Complementary color
Monochromatic Colors of #F94CA2
Black with #F94CA2
Text Example
Text Example
White with #F94CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94CA2; }
p { color: rgb(249,76,162); }
H1.HeaderClassName
{
color: #F94CA2;
}
.AnyTagClassName
{
color: #F94CA2;
}
</style>
background-color css
<style>
a { background-color: #F94CA2; }
a { background-color: rgb(249,76,162); }
div.DivClassName
{
background-color: #F94CA2;
}
.BgClassName
{
background-color: #F94CA2;
}
</style>
border-color css
<style>
span { border-color: #F94CA2; }
span { border-color: rgb(249,76,162); }
td.TdClassName
{
border-color: #F94CA2;
}
.TagClassName
{
border-color: #F94CA2;
}
</style>