Shades of Brilliant Rose #F94AB2
Tints of Brilliant Rose #F94AB2
RGB
CMYK
RGB Variations
Color information
#F94AB2 (or 0xF94AB2) is known color: Brilliant Rose. HEX triplet: F9, 4A and B2. RGB value is (249,74,178). Sum of RGB (Red+Green+Blue) = 249+74+178=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F94AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94AB2 is #06B54D. Grayscale: #898989. Windows color (decimal): -439630 or 11684601. OLE color: 11684601.
HSL color Cylindrical-coordinate representation of color #F94AB2: hue angle of 324.34º 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 #F94AB2 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 178 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.02 |
| HSL | 324.34º | 0.94% | 0.63% | - |
| HSV(B) | 324.34º | 0.7% | 0.98% | - |
| XYZ | 49.55 | 28.25 | 44.96 | - |
| YUV | 138.18 | 150.48 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 178 | 0 | 0.70 | 0.29 | 0.02 | 324.34 | 0.94 | 0.63 |
| Hex | F9 | 4A | B2 | 0 | 46 | 1D | 2 | 144 | 5E | 3F |
| Octal | 371 | 112 | 262 | 0 | 106 | 35 | 2 | 504 | 136 | 77 |
| Binary | 11111001 | 1001010 | 10110010 | 0 | 1000110 | 11101 | 10 | 101000100 | 1011110 | 111111 |
Color Harmonies of #F94AB2
Complementary color
Monochromatic Colors of #F94AB2
Black with #F94AB2
Text Example
Text Example
White with #F94AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94AB2; }
p { color: rgb(249,74,178); }
H1.HeaderClassName
{
color: #F94AB2;
}
.AnyTagClassName
{
color: #F94AB2;
}
</style>
background-color css
<style>
a { background-color: #F94AB2; }
a { background-color: rgb(249,74,178); }
div.DivClassName
{
background-color: #F94AB2;
}
.BgClassName
{
background-color: #F94AB2;
}
</style>
border-color css
<style>
span { border-color: #F94AB2; }
span { border-color: rgb(249,74,178); }
td.TdClassName
{
border-color: #F94AB2;
}
.TagClassName
{
border-color: #F94AB2;
}
</style>