Shades of Brilliant Rose #F354AA
Tints of Brilliant Rose #F354AA
RGB
CMYK
RGB Variations
Color information
#F354AA (or 0xF354AA) is known color: Brilliant Rose. HEX triplet: F3, 54 and AA. RGB value is (243,84,170). Sum of RGB (Red+Green+Blue) = 243+84+170=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F354AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F354AA is #0CAB55. Grayscale: #8D8D8D. Windows color (decimal): -830294 or 11162867. OLE color: 11162867.
HSL color Cylindrical-coordinate representation of color #F354AA: hue angle of 327.55º 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 #F354AA is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 84 | 170 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.05 |
| HSL | 327.55º | 0.87% | 0.64% | - |
| HSV(B) | 327.55º | 0.65% | 0.95% | - |
| XYZ | 47.39 | 28.3 | 40.99 | - |
| YUV | 141.35 | 144.18 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 84 | 170 | 0 | 0.65 | 0.30 | 0.05 | 327.55 | 0.87 | 0.64 |
| Hex | F3 | 54 | AA | 0 | 41 | 1E | 5 | 148 | 57 | 40 |
| Octal | 363 | 124 | 252 | 0 | 101 | 36 | 5 | 510 | 127 | 100 |
| Binary | 11110011 | 1010100 | 10101010 | 0 | 1000001 | 11110 | 101 | 101001000 | 1010111 | 1000000 |
Color Harmonies of #F354AA
Complementary color
Monochromatic Colors of #F354AA
Black with #F354AA
Text Example
Text Example
White with #F354AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F354AA; }
p { color: rgb(243,84,170); }
H1.HeaderClassName
{
color: #F354AA;
}
.AnyTagClassName
{
color: #F354AA;
}
</style>
background-color css
<style>
a { background-color: #F354AA; }
a { background-color: rgb(243,84,170); }
div.DivClassName
{
background-color: #F354AA;
}
.BgClassName
{
background-color: #F354AA;
}
</style>
border-color css
<style>
span { border-color: #F354AA; }
span { border-color: rgb(243,84,170); }
td.TdClassName
{
border-color: #F354AA;
}
.TagClassName
{
border-color: #F354AA;
}
</style>