Shades of Brilliant Rose #F359B0
Tints of Brilliant Rose #F359B0
RGB
CMYK
RGB Variations
Color information
#F359B0 (or 0xF359B0) is known color: Brilliant Rose. HEX triplet: F3, 59 and B0. RGB value is (243,89,176). Sum of RGB (Red+Green+Blue) = 243+89+176=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 89 (35.16% from 255 or 17.52% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F359B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F359B0 is #0CA64F. Grayscale: #909090. Windows color (decimal): -829008 or 11557363. OLE color: 11557363.
HSL color Cylindrical-coordinate representation of color #F359B0: hue angle of 326.1º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F359B0 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 89 | 176 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.05 |
| HSL | 326.1º | 0.87% | 0.65% | - |
| HSV(B) | 326.1º | 0.63% | 0.95% | - |
| XYZ | 48.37 | 29.33 | 44.19 | - |
| YUV | 144.96 | 145.52 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 89 | 176 | 0 | 0.63 | 0.28 | 0.05 | 326.1 | 0.87 | 0.65 |
| Hex | F3 | 59 | B0 | 0 | 3F | 1C | 5 | 146 | 57 | 41 |
| Octal | 363 | 131 | 260 | 0 | 77 | 34 | 5 | 506 | 127 | 101 |
| Binary | 11110011 | 1011001 | 10110000 | 0 | 111111 | 11100 | 101 | 101000110 | 1010111 | 1000001 |
Color Harmonies of #F359B0
Complementary color
Monochromatic Colors of #F359B0
Black with #F359B0
Text Example
Text Example
White with #F359B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F359B0; }
p { color: rgb(243,89,176); }
H1.HeaderClassName
{
color: #F359B0;
}
.AnyTagClassName
{
color: #F359B0;
}
</style>
background-color css
<style>
a { background-color: #F359B0; }
a { background-color: rgb(243,89,176); }
div.DivClassName
{
background-color: #F359B0;
}
.BgClassName
{
background-color: #F359B0;
}
</style>
border-color css
<style>
span { border-color: #F359B0; }
span { border-color: rgb(243,89,176); }
td.TdClassName
{
border-color: #F359B0;
}
.TagClassName
{
border-color: #F359B0;
}
</style>