Shades of Brilliant Rose #F36AA0
Tints of Brilliant Rose #F36AA0
RGB
CMYK
RGB Variations
Color information
#F36AA0 (or 0xF36AA0) is known color: Brilliant Rose. HEX triplet: F3, 6A and A0. RGB value is (243,106,160). Sum of RGB (Red+Green+Blue) = 243+106+160=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F36AA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36AA0 is #0C955F. Grayscale: #999999. Windows color (decimal): -824672 or 10513139. OLE color: 10513139.
HSL color Cylindrical-coordinate representation of color #F36AA0: hue angle of 336.35º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F36AA0 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 106 | 160 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.05 |
| HSL | 336.35º | 0.85% | 0.68% | - |
| HSV(B) | 336.35º | 0.56% | 0.95% | - |
| XYZ | 48.46 | 31.9 | 36.86 | - |
| YUV | 153.12 | 131.89 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 106 | 160 | 0 | 0.56 | 0.34 | 0.05 | 336.35 | 0.85 | 0.68 |
| Hex | F3 | 6A | A0 | 0 | 38 | 22 | 5 | 150 | 55 | 44 |
| Octal | 363 | 152 | 240 | 0 | 70 | 42 | 5 | 520 | 125 | 104 |
| Binary | 11110011 | 1101010 | 10100000 | 0 | 111000 | 100010 | 101 | 101010000 | 1010101 | 1000100 |
Color Harmonies of #F36AA0
Complementary color
Monochromatic Colors of #F36AA0
Black with #F36AA0
Text Example
Text Example
White with #F36AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36AA0; }
p { color: rgb(243,106,160); }
H1.HeaderClassName
{
color: #F36AA0;
}
.AnyTagClassName
{
color: #F36AA0;
}
</style>
background-color css
<style>
a { background-color: #F36AA0; }
a { background-color: rgb(243,106,160); }
div.DivClassName
{
background-color: #F36AA0;
}
.BgClassName
{
background-color: #F36AA0;
}
</style>
border-color css
<style>
span { border-color: #F36AA0; }
span { border-color: rgb(243,106,160); }
td.TdClassName
{
border-color: #F36AA0;
}
.TagClassName
{
border-color: #F36AA0;
}
</style>