Shades of Brilliant Rose #F356B2
Tints of Brilliant Rose #F356B2
RGB
CMYK
RGB Variations
Color information
#F356B2 (or 0xF356B2) is known color: Brilliant Rose. HEX triplet: F3, 56 and B2. RGB value is (243,86,178). Sum of RGB (Red+Green+Blue) = 243+86+178=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 243 - color contains mainly: red. Hex color #F356B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F356B2 is #0CA94D. Grayscale: #8F8F8F. Windows color (decimal): -829774 or 11687667. OLE color: 11687667.
HSL color Cylindrical-coordinate representation of color #F356B2: hue angle of 324.84º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F356B2 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 86 | 178 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.05 |
| HSL | 324.84º | 0.87% | 0.65% | - |
| HSV(B) | 324.84º | 0.65% | 0.95% | - |
| XYZ | 48.33 | 28.92 | 45.16 | - |
| YUV | 143.43 | 147.51 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 86 | 178 | 0 | 0.65 | 0.27 | 0.05 | 324.84 | 0.87 | 0.65 |
| Hex | F3 | 56 | B2 | 0 | 41 | 1B | 5 | 145 | 57 | 41 |
| Octal | 363 | 126 | 262 | 0 | 101 | 33 | 5 | 505 | 127 | 101 |
| Binary | 11110011 | 1010110 | 10110010 | 0 | 1000001 | 11011 | 101 | 101000101 | 1010111 | 1000001 |
Color Harmonies of #F356B2
Complementary color
Monochromatic Colors of #F356B2
Black with #F356B2
Text Example
Text Example
White with #F356B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F356B2; }
p { color: rgb(243,86,178); }
H1.HeaderClassName
{
color: #F356B2;
}
.AnyTagClassName
{
color: #F356B2;
}
</style>
background-color css
<style>
a { background-color: #F356B2; }
a { background-color: rgb(243,86,178); }
div.DivClassName
{
background-color: #F356B2;
}
.BgClassName
{
background-color: #F356B2;
}
</style>
border-color css
<style>
span { border-color: #F356B2; }
span { border-color: rgb(243,86,178); }
td.TdClassName
{
border-color: #F356B2;
}
.TagClassName
{
border-color: #F356B2;
}
</style>