Shades of Brilliant Rose #F149AD
Tints of Brilliant Rose #F149AD
RGB
CMYK
RGB Variations
Color information
#F149AD (or 0xF149AD) is known color: Brilliant Rose. HEX triplet: F1, 49 and AD. RGB value is (241,73,173). Sum of RGB (Red+Green+Blue) = 241+73+173=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F149AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F149AD is #0EB652. Grayscale: #868686. Windows color (decimal): -964179 or 11356657. OLE color: 11356657.
HSL color Cylindrical-coordinate representation of color #F149AD: hue angle of 324.29º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F149AD is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 173 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.05 |
| HSL | 324.29º | 0.86% | 0.62% | - |
| HSV(B) | 324.29º | 0.7% | 0.95% | - |
| XYZ | 46.2 | 26.48 | 42.21 | - |
| YUV | 134.63 | 149.66 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 173 | 0 | 0.70 | 0.28 | 0.05 | 324.29 | 0.86 | 0.62 |
| Hex | F1 | 49 | AD | 0 | 46 | 1C | 5 | 144 | 56 | 3E |
| Octal | 361 | 111 | 255 | 0 | 106 | 34 | 5 | 504 | 126 | 76 |
| Binary | 11110001 | 1001001 | 10101101 | 0 | 1000110 | 11100 | 101 | 101000100 | 1010110 | 111110 |
Color Harmonies of #F149AD
Complementary color
Monochromatic Colors of #F149AD
Black with #F149AD
Text Example
Text Example
White with #F149AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F149AD; }
p { color: rgb(241,73,173); }
H1.HeaderClassName
{
color: #F149AD;
}
.AnyTagClassName
{
color: #F149AD;
}
</style>
background-color css
<style>
a { background-color: #F149AD; }
a { background-color: rgb(241,73,173); }
div.DivClassName
{
background-color: #F149AD;
}
.BgClassName
{
background-color: #F149AD;
}
</style>
border-color css
<style>
span { border-color: #F149AD; }
span { border-color: rgb(241,73,173); }
td.TdClassName
{
border-color: #F149AD;
}
.TagClassName
{
border-color: #F149AD;
}
</style>