Shades of Brilliant Rose #F94AB5
Tints of Brilliant Rose #F94AB5
RGB
CMYK
RGB Variations
Color information
#F94AB5 (or 0xF94AB5) is known color: Brilliant Rose. HEX triplet: F9, 4A and B5. RGB value is (249,74,181). Sum of RGB (Red+Green+Blue) = 249+74+181=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F94AB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94AB5 is #06B54A. Grayscale: #8A8A8A. Windows color (decimal): -439627 or 11881209. OLE color: 11881209.
HSL color Cylindrical-coordinate representation of color #F94AB5: hue angle of 323.31º 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 #F94AB5 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 181 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.02 |
| HSL | 323.31º | 0.94% | 0.63% | - |
| HSV(B) | 323.31º | 0.7% | 0.98% | - |
| XYZ | 49.86 | 28.37 | 46.56 | - |
| YUV | 138.52 | 151.98 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 181 | 0 | 0.70 | 0.27 | 0.02 | 323.31 | 0.94 | 0.63 |
| Hex | F9 | 4A | B5 | 0 | 46 | 1B | 2 | 143 | 5E | 3F |
| Octal | 371 | 112 | 265 | 0 | 106 | 33 | 2 | 503 | 136 | 77 |
| Binary | 11111001 | 1001010 | 10110101 | 0 | 1000110 | 11011 | 10 | 101000011 | 1011110 | 111111 |
Color Harmonies of #F94AB5
Complementary color
Monochromatic Colors of #F94AB5
Black with #F94AB5
Text Example
Text Example
White with #F94AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94AB5; }
p { color: rgb(249,74,181); }
H1.HeaderClassName
{
color: #F94AB5;
}
.AnyTagClassName
{
color: #F94AB5;
}
</style>
background-color css
<style>
a { background-color: #F94AB5; }
a { background-color: rgb(249,74,181); }
div.DivClassName
{
background-color: #F94AB5;
}
.BgClassName
{
background-color: #F94AB5;
}
</style>
border-color css
<style>
span { border-color: #F94AB5; }
span { border-color: rgb(249,74,181); }
td.TdClassName
{
border-color: #F94AB5;
}
.TagClassName
{
border-color: #F94AB5;
}
</style>