Shades of Brilliant Rose #F354AB
Tints of Brilliant Rose #F354AB
RGB
CMYK
RGB Variations
Color information
#F354AB (or 0xF354AB) is known color: Brilliant Rose. HEX triplet: F3, 54 and AB. RGB value is (243,84,171). Sum of RGB (Red+Green+Blue) = 243+84+171=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F354AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F354AB is #0CAB54. Grayscale: #8D8D8D. Windows color (decimal): -830293 or 11228403. OLE color: 11228403.
HSL color Cylindrical-coordinate representation of color #F354AB: hue angle of 327.17º 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 #F354AB is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 84 | 171 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.05 |
| HSL | 327.17º | 0.87% | 0.64% | - |
| HSV(B) | 327.17º | 0.65% | 0.95% | - |
| XYZ | 47.48 | 28.34 | 41.49 | - |
| YUV | 141.46 | 144.68 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 84 | 171 | 0 | 0.65 | 0.30 | 0.05 | 327.17 | 0.87 | 0.64 |
| Hex | F3 | 54 | AB | 0 | 41 | 1E | 5 | 147 | 57 | 40 |
| Octal | 363 | 124 | 253 | 0 | 101 | 36 | 5 | 507 | 127 | 100 |
| Binary | 11110011 | 1010100 | 10101011 | 0 | 1000001 | 11110 | 101 | 101000111 | 1010111 | 1000000 |
Color Harmonies of #F354AB
Complementary color
Monochromatic Colors of #F354AB
Black with #F354AB
Text Example
Text Example
White with #F354AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F354AB; }
p { color: rgb(243,84,171); }
H1.HeaderClassName
{
color: #F354AB;
}
.AnyTagClassName
{
color: #F354AB;
}
</style>
background-color css
<style>
a { background-color: #F354AB; }
a { background-color: rgb(243,84,171); }
div.DivClassName
{
background-color: #F354AB;
}
.BgClassName
{
background-color: #F354AB;
}
</style>
border-color css
<style>
span { border-color: #F354AB; }
span { border-color: rgb(243,84,171); }
td.TdClassName
{
border-color: #F354AB;
}
.TagClassName
{
border-color: #F354AB;
}
</style>