Shades of Brilliant Rose #F944A1
Tints of Brilliant Rose #F944A1
RGB
CMYK
RGB Variations
Color information
#F944A1 (or 0xF944A1) is known color: Brilliant Rose. HEX triplet: F9, 44 and A1. RGB value is (249,68,161). Sum of RGB (Red+Green+Blue) = 249+68+161=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F944A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F944A1 is #06BB5E. Grayscale: #848484. Windows color (decimal): -441183 or 10568953. OLE color: 10568953.
HSL color Cylindrical-coordinate representation of color #F944A1: hue angle of 329.17º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F944A1 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 161 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.02 |
| HSL | 329.17º | 0.94% | 0.62% | - |
| HSV(B) | 329.17º | 0.73% | 0.98% | - |
| XYZ | 47.57 | 26.85 | 36.39 | - |
| YUV | 132.72 | 143.97 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 161 | 0 | 0.73 | 0.35 | 0.02 | 329.17 | 0.94 | 0.62 |
| Hex | F9 | 44 | A1 | 0 | 49 | 23 | 2 | 149 | 5E | 3E |
| Octal | 371 | 104 | 241 | 0 | 111 | 43 | 2 | 511 | 136 | 76 |
| Binary | 11111001 | 1000100 | 10100001 | 0 | 1001001 | 100011 | 10 | 101001001 | 1011110 | 111110 |
Color Harmonies of #F944A1
Complementary color
Monochromatic Colors of #F944A1
Black with #F944A1
Text Example
Text Example
White with #F944A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F944A1; }
p { color: rgb(249,68,161); }
H1.HeaderClassName
{
color: #F944A1;
}
.AnyTagClassName
{
color: #F944A1;
}
</style>
background-color css
<style>
a { background-color: #F944A1; }
a { background-color: rgb(249,68,161); }
div.DivClassName
{
background-color: #F944A1;
}
.BgClassName
{
background-color: #F944A1;
}
</style>
border-color css
<style>
span { border-color: #F944A1; }
span { border-color: rgb(249,68,161); }
td.TdClassName
{
border-color: #F944A1;
}
.TagClassName
{
border-color: #F944A1;
}
</style>