Shades of Brilliant Rose #F356AA
Tints of Brilliant Rose #F356AA
RGB
CMYK
RGB Variations
Color information
#F356AA (or 0xF356AA) is known color: Brilliant Rose. HEX triplet: F3, 56 and AA. RGB value is (243,86,170). Sum of RGB (Red+Green+Blue) = 243+86+170=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F356AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F356AA is #0CA955. Grayscale: #8E8E8E. Windows color (decimal): -829782 or 11163379. OLE color: 11163379.
HSL color Cylindrical-coordinate representation of color #F356AA: hue angle of 327.9º 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 #F356AA is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 86 | 170 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.05 |
| HSL | 327.9º | 0.87% | 0.65% | - |
| HSV(B) | 327.9º | 0.65% | 0.95% | - |
| XYZ | 47.55 | 28.61 | 41.05 | - |
| YUV | 142.52 | 143.51 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 86 | 170 | 0 | 0.65 | 0.30 | 0.05 | 327.9 | 0.87 | 0.65 |
| Hex | F3 | 56 | AA | 0 | 41 | 1E | 5 | 148 | 57 | 41 |
| Octal | 363 | 126 | 252 | 0 | 101 | 36 | 5 | 510 | 127 | 101 |
| Binary | 11110011 | 1010110 | 10101010 | 0 | 1000001 | 11110 | 101 | 101001000 | 1010111 | 1000001 |
Color Harmonies of #F356AA
Complementary color
Monochromatic Colors of #F356AA
Black with #F356AA
Text Example
Text Example
White with #F356AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F356AA; }
p { color: rgb(243,86,170); }
H1.HeaderClassName
{
color: #F356AA;
}
.AnyTagClassName
{
color: #F356AA;
}
</style>
background-color css
<style>
a { background-color: #F356AA; }
a { background-color: rgb(243,86,170); }
div.DivClassName
{
background-color: #F356AA;
}
.BgClassName
{
background-color: #F356AA;
}
</style>
border-color css
<style>
span { border-color: #F356AA; }
span { border-color: rgb(243,86,170); }
td.TdClassName
{
border-color: #F356AA;
}
.TagClassName
{
border-color: #F356AA;
}
</style>