Shades of Brilliant Rose #F94AB0
Tints of Brilliant Rose #F94AB0
RGB
CMYK
RGB Variations
Color information
#F94AB0 (or 0xF94AB0) is known color: Brilliant Rose. HEX triplet: F9, 4A and B0. RGB value is (249,74,176). Sum of RGB (Red+Green+Blue) = 249+74+176=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F94AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94AB0 is #06B54F. Grayscale: #898989. Windows color (decimal): -439632 or 11553529. OLE color: 11553529.
HSL color Cylindrical-coordinate representation of color #F94AB0: hue angle of 325.03º 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 #F94AB0 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 176 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.02 |
| HSL | 325.03º | 0.94% | 0.63% | - |
| HSV(B) | 325.03º | 0.7% | 0.98% | - |
| XYZ | 49.35 | 28.17 | 43.91 | - |
| YUV | 137.95 | 149.48 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 176 | 0 | 0.70 | 0.29 | 0.02 | 325.03 | 0.94 | 0.63 |
| Hex | F9 | 4A | B0 | 0 | 46 | 1D | 2 | 145 | 5E | 3F |
| Octal | 371 | 112 | 260 | 0 | 106 | 35 | 2 | 505 | 136 | 77 |
| Binary | 11111001 | 1001010 | 10110000 | 0 | 1000110 | 11101 | 10 | 101000101 | 1011110 | 111111 |
Color Harmonies of #F94AB0
Complementary color
Monochromatic Colors of #F94AB0
Black with #F94AB0
Text Example
Text Example
White with #F94AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94AB0; }
p { color: rgb(249,74,176); }
H1.HeaderClassName
{
color: #F94AB0;
}
.AnyTagClassName
{
color: #F94AB0;
}
</style>
background-color css
<style>
a { background-color: #F94AB0; }
a { background-color: rgb(249,74,176); }
div.DivClassName
{
background-color: #F94AB0;
}
.BgClassName
{
background-color: #F94AB0;
}
</style>
border-color css
<style>
span { border-color: #F94AB0; }
span { border-color: rgb(249,74,176); }
td.TdClassName
{
border-color: #F94AB0;
}
.TagClassName
{
border-color: #F94AB0;
}
</style>