Shades of Brilliant Rose #F154AC
Tints of Brilliant Rose #F154AC
RGB
CMYK
RGB Variations
Color information
#F154AC (or 0xF154AC) is known color: Brilliant Rose. HEX triplet: F1, 54 and AC. RGB value is (241,84,172). Sum of RGB (Red+Green+Blue) = 241+84+172=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F154AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F154AC is #0EAB53. Grayscale: #8C8C8C. Windows color (decimal): -961364 or 11293937. OLE color: 11293937.
HSL color Cylindrical-coordinate representation of color #F154AC: hue angle of 326.37º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F154AC is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 172 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.05 |
| HSL | 326.37º | 0.85% | 0.64% | - |
| HSV(B) | 326.37º | 0.65% | 0.95% | - |
| XYZ | 46.89 | 28.02 | 41.97 | - |
| YUV | 140.98 | 145.51 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 172 | 0 | 0.65 | 0.29 | 0.05 | 326.37 | 0.85 | 0.64 |
| Hex | F1 | 54 | AC | 0 | 41 | 1D | 5 | 146 | 55 | 40 |
| Octal | 361 | 124 | 254 | 0 | 101 | 35 | 5 | 506 | 125 | 100 |
| Binary | 11110001 | 1010100 | 10101100 | 0 | 1000001 | 11101 | 101 | 101000110 | 1010101 | 1000000 |
Color Harmonies of #F154AC
Complementary color
Monochromatic Colors of #F154AC
Black with #F154AC
Text Example
Text Example
White with #F154AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F154AC; }
p { color: rgb(241,84,172); }
H1.HeaderClassName
{
color: #F154AC;
}
.AnyTagClassName
{
color: #F154AC;
}
</style>
background-color css
<style>
a { background-color: #F154AC; }
a { background-color: rgb(241,84,172); }
div.DivClassName
{
background-color: #F154AC;
}
.BgClassName
{
background-color: #F154AC;
}
</style>
border-color css
<style>
span { border-color: #F154AC; }
span { border-color: rgb(241,84,172); }
td.TdClassName
{
border-color: #F154AC;
}
.TagClassName
{
border-color: #F154AC;
}
</style>