Shades of Brilliant Rose #F354AC
Tints of Brilliant Rose #F354AC
RGB
CMYK
RGB Variations
Color information
#F354AC (or 0xF354AC) is known color: Brilliant Rose. HEX triplet: F3, 54 and AC. RGB value is (243,84,172). Sum of RGB (Red+Green+Blue) = 243+84+172=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F354AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F354AC is #0CAB53. Grayscale: #8D8D8D. Windows color (decimal): -830292 or 11293939. OLE color: 11293939.
HSL color Cylindrical-coordinate representation of color #F354AC: hue angle of 326.79º degrees, saturation: 0.87, 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 #F354AC is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 84 | 172 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.05 |
| HSL | 326.79º | 0.87% | 0.64% | - |
| HSV(B) | 326.79º | 0.65% | 0.95% | - |
| XYZ | 47.58 | 28.37 | 42 | - |
| YUV | 141.57 | 145.18 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 84 | 172 | 0 | 0.65 | 0.29 | 0.05 | 326.79 | 0.87 | 0.64 |
| Hex | F3 | 54 | AC | 0 | 41 | 1D | 5 | 147 | 57 | 40 |
| Octal | 363 | 124 | 254 | 0 | 101 | 35 | 5 | 507 | 127 | 100 |
| Binary | 11110011 | 1010100 | 10101100 | 0 | 1000001 | 11101 | 101 | 101000111 | 1010111 | 1000000 |
Color Harmonies of #F354AC
Complementary color
Monochromatic Colors of #F354AC
Black with #F354AC
Text Example
Text Example
White with #F354AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F354AC; }
p { color: rgb(243,84,172); }
H1.HeaderClassName
{
color: #F354AC;
}
.AnyTagClassName
{
color: #F354AC;
}
</style>
background-color css
<style>
a { background-color: #F354AC; }
a { background-color: rgb(243,84,172); }
div.DivClassName
{
background-color: #F354AC;
}
.BgClassName
{
background-color: #F354AC;
}
</style>
border-color css
<style>
span { border-color: #F354AC; }
span { border-color: rgb(243,84,172); }
td.TdClassName
{
border-color: #F354AC;
}
.TagClassName
{
border-color: #F354AC;
}
</style>