Shades of Brilliant Rose #F94AAB
Tints of Brilliant Rose #F94AAB
RGB
CMYK
RGB Variations
Color information
#F94AAB (or 0xF94AAB) is known color: Brilliant Rose. HEX triplet: F9, 4A and AB. RGB value is (249,74,171). Sum of RGB (Red+Green+Blue) = 249+74+171=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F94AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94AAB is #06B554. Grayscale: #898989. Windows color (decimal): -439637 or 11225849. OLE color: 11225849.
HSL color Cylindrical-coordinate representation of color #F94AAB: hue angle of 326.74º 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 #F94AAB is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 171 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.02 |
| HSL | 326.74º | 0.94% | 0.63% | - |
| HSV(B) | 326.74º | 0.7% | 0.98% | - |
| XYZ | 48.87 | 27.98 | 41.35 | - |
| YUV | 137.38 | 146.98 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 171 | 0 | 0.70 | 0.31 | 0.02 | 326.74 | 0.94 | 0.63 |
| Hex | F9 | 4A | AB | 0 | 46 | 1F | 2 | 147 | 5E | 3F |
| Octal | 371 | 112 | 253 | 0 | 106 | 37 | 2 | 507 | 136 | 77 |
| Binary | 11111001 | 1001010 | 10101011 | 0 | 1000110 | 11111 | 10 | 101000111 | 1011110 | 111111 |
Color Harmonies of #F94AAB
Complementary color
Monochromatic Colors of #F94AAB
Black with #F94AAB
Text Example
Text Example
White with #F94AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94AAB; }
p { color: rgb(249,74,171); }
H1.HeaderClassName
{
color: #F94AAB;
}
.AnyTagClassName
{
color: #F94AAB;
}
</style>
background-color css
<style>
a { background-color: #F94AAB; }
a { background-color: rgb(249,74,171); }
div.DivClassName
{
background-color: #F94AAB;
}
.BgClassName
{
background-color: #F94AAB;
}
</style>
border-color css
<style>
span { border-color: #F94AAB; }
span { border-color: rgb(249,74,171); }
td.TdClassName
{
border-color: #F94AAB;
}
.TagClassName
{
border-color: #F94AAB;
}
</style>