Shades of Brilliant Rose #F149AC
Tints of Brilliant Rose #F149AC
RGB
CMYK
RGB Variations
Color information
#F149AC (or 0xF149AC) is known color: Brilliant Rose. HEX triplet: F1, 49 and AC. RGB value is (241,73,172). Sum of RGB (Red+Green+Blue) = 241+73+172=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F149AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F149AC is #0EB653. Grayscale: #868686. Windows color (decimal): -964180 or 11291121. OLE color: 11291121.
HSL color Cylindrical-coordinate representation of color #F149AC: hue angle of 324.64º 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 #F149AC is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 172 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.05 |
| HSL | 324.64º | 0.86% | 0.62% | - |
| HSV(B) | 324.64º | 0.7% | 0.95% | - |
| XYZ | 46.1 | 26.44 | 41.7 | - |
| YUV | 134.52 | 149.16 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 172 | 0 | 0.70 | 0.29 | 0.05 | 324.64 | 0.86 | 0.62 |
| Hex | F1 | 49 | AC | 0 | 46 | 1D | 5 | 145 | 56 | 3E |
| Octal | 361 | 111 | 254 | 0 | 106 | 35 | 5 | 505 | 126 | 76 |
| Binary | 11110001 | 1001001 | 10101100 | 0 | 1000110 | 11101 | 101 | 101000101 | 1010110 | 111110 |
Color Harmonies of #F149AC
Complementary color
Monochromatic Colors of #F149AC
Black with #F149AC
Text Example
Text Example
White with #F149AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F149AC; }
p { color: rgb(241,73,172); }
H1.HeaderClassName
{
color: #F149AC;
}
.AnyTagClassName
{
color: #F149AC;
}
</style>
background-color css
<style>
a { background-color: #F149AC; }
a { background-color: rgb(241,73,172); }
div.DivClassName
{
background-color: #F149AC;
}
.BgClassName
{
background-color: #F149AC;
}
</style>
border-color css
<style>
span { border-color: #F149AC; }
span { border-color: rgb(241,73,172); }
td.TdClassName
{
border-color: #F149AC;
}
.TagClassName
{
border-color: #F149AC;
}
</style>