Shades of Brilliant Rose #F944AB
Tints of Brilliant Rose #F944AB
RGB
CMYK
RGB Variations
Color information
#F944AB (or 0xF944AB) is known color: Brilliant Rose. HEX triplet: F9, 44 and AB. RGB value is (249,68,171). Sum of RGB (Red+Green+Blue) = 249+68+171=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 68 (26.95% from 255 or 13.93% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F944AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F944AB is #06BB54. Grayscale: #858585. Windows color (decimal): -441173 or 11224313. OLE color: 11224313.
HSL color Cylindrical-coordinate representation of color #F944AB: hue angle of 325.86º 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 #F944AB is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 171 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.02 |
| HSL | 325.86º | 0.94% | 0.62% | - |
| HSV(B) | 325.86º | 0.73% | 0.98% | - |
| XYZ | 48.48 | 27.21 | 41.23 | - |
| YUV | 133.86 | 148.97 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 171 | 0 | 0.73 | 0.31 | 0.02 | 325.86 | 0.94 | 0.62 |
| Hex | F9 | 44 | AB | 0 | 49 | 1F | 2 | 146 | 5E | 3E |
| Octal | 371 | 104 | 253 | 0 | 111 | 37 | 2 | 506 | 136 | 76 |
| Binary | 11111001 | 1000100 | 10101011 | 0 | 1001001 | 11111 | 10 | 101000110 | 1011110 | 111110 |
Color Harmonies of #F944AB
Complementary color
Monochromatic Colors of #F944AB
Black with #F944AB
Text Example
Text Example
White with #F944AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F944AB; }
p { color: rgb(249,68,171); }
H1.HeaderClassName
{
color: #F944AB;
}
.AnyTagClassName
{
color: #F944AB;
}
</style>
background-color css
<style>
a { background-color: #F944AB; }
a { background-color: rgb(249,68,171); }
div.DivClassName
{
background-color: #F944AB;
}
.BgClassName
{
background-color: #F944AB;
}
</style>
border-color css
<style>
span { border-color: #F944AB; }
span { border-color: rgb(249,68,171); }
td.TdClassName
{
border-color: #F944AB;
}
.TagClassName
{
border-color: #F944AB;
}
</style>