Shades of Brilliant Rose #F354AD
Tints of Brilliant Rose #F354AD
RGB
CMYK
RGB Variations
Color information
#F354AD (or 0xF354AD) is known color: Brilliant Rose. HEX triplet: F3, 54 and AD. RGB value is (243,84,173). Sum of RGB (Red+Green+Blue) = 243+84+173=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 84 (33.20% from 255 or 16.8% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F354AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F354AD is #0CAB52. Grayscale: #8D8D8D. Windows color (decimal): -830291 or 11359475. OLE color: 11359475.
HSL color Cylindrical-coordinate representation of color #F354AD: hue angle of 326.42º 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 #F354AD is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 84 | 173 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.05 |
| HSL | 326.42º | 0.87% | 0.64% | - |
| HSV(B) | 326.42º | 0.65% | 0.95% | - |
| XYZ | 47.68 | 28.41 | 42.51 | - |
| YUV | 141.69 | 145.68 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 84 | 173 | 0 | 0.65 | 0.29 | 0.05 | 326.42 | 0.87 | 0.64 |
| Hex | F3 | 54 | AD | 0 | 41 | 1D | 5 | 146 | 57 | 40 |
| Octal | 363 | 124 | 255 | 0 | 101 | 35 | 5 | 506 | 127 | 100 |
| Binary | 11110011 | 1010100 | 10101101 | 0 | 1000001 | 11101 | 101 | 101000110 | 1010111 | 1000000 |
Color Harmonies of #F354AD
Complementary color
Monochromatic Colors of #F354AD
Black with #F354AD
Text Example
Text Example
White with #F354AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F354AD; }
p { color: rgb(243,84,173); }
H1.HeaderClassName
{
color: #F354AD;
}
.AnyTagClassName
{
color: #F354AD;
}
</style>
background-color css
<style>
a { background-color: #F354AD; }
a { background-color: rgb(243,84,173); }
div.DivClassName
{
background-color: #F354AD;
}
.BgClassName
{
background-color: #F354AD;
}
</style>
border-color css
<style>
span { border-color: #F354AD; }
span { border-color: rgb(243,84,173); }
td.TdClassName
{
border-color: #F354AD;
}
.TagClassName
{
border-color: #F354AD;
}
</style>