Shades of Brilliant Rose #F944B5
Tints of Brilliant Rose #F944B5
RGB
CMYK
RGB Variations
Color information
#F944B5 (or 0xF944B5) is known color: Brilliant Rose. HEX triplet: F9, 44 and B5. RGB value is (249,68,181). Sum of RGB (Red+Green+Blue) = 249+68+181=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 68 (26.95% from 255 or 13.65% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F944B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F944B5 is #06BB4A. Grayscale: #868686. Windows color (decimal): -441163 or 11879673. OLE color: 11879673.
HSL color Cylindrical-coordinate representation of color #F944B5: hue angle of 322.54º 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 #F944B5 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 181 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.02 |
| HSL | 322.54º | 0.94% | 0.62% | - |
| HSV(B) | 322.54º | 0.73% | 0.98% | - |
| XYZ | 49.47 | 27.61 | 46.44 | - |
| YUV | 135 | 153.97 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 181 | 0 | 0.73 | 0.27 | 0.02 | 322.54 | 0.94 | 0.62 |
| Hex | F9 | 44 | B5 | 0 | 49 | 1B | 2 | 143 | 5E | 3E |
| Octal | 371 | 104 | 265 | 0 | 111 | 33 | 2 | 503 | 136 | 76 |
| Binary | 11111001 | 1000100 | 10110101 | 0 | 1001001 | 11011 | 10 | 101000011 | 1011110 | 111110 |
Color Harmonies of #F944B5
Complementary color
Monochromatic Colors of #F944B5
Black with #F944B5
Text Example
Text Example
White with #F944B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F944B5; }
p { color: rgb(249,68,181); }
H1.HeaderClassName
{
color: #F944B5;
}
.AnyTagClassName
{
color: #F944B5;
}
</style>
background-color css
<style>
a { background-color: #F944B5; }
a { background-color: rgb(249,68,181); }
div.DivClassName
{
background-color: #F944B5;
}
.BgClassName
{
background-color: #F944B5;
}
</style>
border-color css
<style>
span { border-color: #F944B5; }
span { border-color: rgb(249,68,181); }
td.TdClassName
{
border-color: #F944B5;
}
.TagClassName
{
border-color: #F944B5;
}
</style>