Shades of Brilliant Rose #F944B0
Tints of Brilliant Rose #F944B0
RGB
CMYK
RGB Variations
Color information
#F944B0 (or 0xF944B0) is known color: Brilliant Rose. HEX triplet: F9, 44 and B0. RGB value is (249,68,176). Sum of RGB (Red+Green+Blue) = 249+68+176=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 68 (26.95% from 255 or 13.79% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F944B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F944B0 is #06BB4F. Grayscale: #868686. Windows color (decimal): -441168 or 11551993. OLE color: 11551993.
HSL color Cylindrical-coordinate representation of color #F944B0: hue angle of 324.2º 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 #F944B0 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 176 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.02 |
| HSL | 324.2º | 0.94% | 0.62% | - |
| HSV(B) | 324.2º | 0.73% | 0.98% | - |
| XYZ | 48.97 | 27.41 | 43.78 | - |
| YUV | 134.43 | 151.47 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 176 | 0 | 0.73 | 0.29 | 0.02 | 324.2 | 0.94 | 0.62 |
| Hex | F9 | 44 | B0 | 0 | 49 | 1D | 2 | 144 | 5E | 3E |
| Octal | 371 | 104 | 260 | 0 | 111 | 35 | 2 | 504 | 136 | 76 |
| Binary | 11111001 | 1000100 | 10110000 | 0 | 1001001 | 11101 | 10 | 101000100 | 1011110 | 111110 |
Color Harmonies of #F944B0
Complementary color
Monochromatic Colors of #F944B0
Black with #F944B0
Text Example
Text Example
White with #F944B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F944B0; }
p { color: rgb(249,68,176); }
H1.HeaderClassName
{
color: #F944B0;
}
.AnyTagClassName
{
color: #F944B0;
}
</style>
background-color css
<style>
a { background-color: #F944B0; }
a { background-color: rgb(249,68,176); }
div.DivClassName
{
background-color: #F944B0;
}
.BgClassName
{
background-color: #F944B0;
}
</style>
border-color css
<style>
span { border-color: #F944B0; }
span { border-color: rgb(249,68,176); }
td.TdClassName
{
border-color: #F944B0;
}
.TagClassName
{
border-color: #F944B0;
}
</style>