Shades of Brilliant Rose #F94AAF
Tints of Brilliant Rose #F94AAF
RGB
CMYK
RGB Variations
Color information
#F94AAF (or 0xF94AAF) is known color: Brilliant Rose. HEX triplet: F9, 4A and AF. RGB value is (249,74,175). Sum of RGB (Red+Green+Blue) = 249+74+175=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F94AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94AAF is #06B550. Grayscale: #898989. Windows color (decimal): -439633 or 11487993. OLE color: 11487993.
HSL color Cylindrical-coordinate representation of color #F94AAF: hue angle of 325.37º 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 #F94AAF is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 175 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.02 |
| HSL | 325.37º | 0.94% | 0.63% | - |
| HSV(B) | 325.37º | 0.7% | 0.98% | - |
| XYZ | 49.25 | 28.13 | 43.39 | - |
| YUV | 137.84 | 148.98 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 175 | 0 | 0.70 | 0.30 | 0.02 | 325.37 | 0.94 | 0.63 |
| Hex | F9 | 4A | AF | 0 | 46 | 1E | 2 | 145 | 5E | 3F |
| Octal | 371 | 112 | 257 | 0 | 106 | 36 | 2 | 505 | 136 | 77 |
| Binary | 11111001 | 1001010 | 10101111 | 0 | 1000110 | 11110 | 10 | 101000101 | 1011110 | 111111 |
Color Harmonies of #F94AAF
Complementary color
Monochromatic Colors of #F94AAF
Black with #F94AAF
Text Example
Text Example
White with #F94AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94AAF; }
p { color: rgb(249,74,175); }
H1.HeaderClassName
{
color: #F94AAF;
}
.AnyTagClassName
{
color: #F94AAF;
}
</style>
background-color css
<style>
a { background-color: #F94AAF; }
a { background-color: rgb(249,74,175); }
div.DivClassName
{
background-color: #F94AAF;
}
.BgClassName
{
background-color: #F94AAF;
}
</style>
border-color css
<style>
span { border-color: #F94AAF; }
span { border-color: rgb(249,74,175); }
td.TdClassName
{
border-color: #F94AAF;
}
.TagClassName
{
border-color: #F94AAF;
}
</style>