Shades of Brilliant Rose #F36096
Tints of Brilliant Rose #F36096
RGB
CMYK
RGB Variations
Color information
#F36096 (or 0xF36096) is known color: Brilliant Rose. HEX triplet: F3, 60 and 96. RGB value is (243,96,150). Sum of RGB (Red+Green+Blue) = 243+96+150=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F36096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36096 is #0C9F69. Grayscale: #929292. Windows color (decimal): -827242 or 9855219. OLE color: 9855219.
HSL color Cylindrical-coordinate representation of color #F36096: hue angle of 337.96º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F36096 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 96 | 150 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.05 |
| HSL | 337.96º | 0.86% | 0.66% | - |
| HSV(B) | 337.96º | 0.6% | 0.95% | - |
| XYZ | 46.65 | 29.62 | 32.11 | - |
| YUV | 146.11 | 130.2 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 96 | 150 | 0 | 0.60 | 0.38 | 0.05 | 337.96 | 0.86 | 0.66 |
| Hex | F3 | 60 | 96 | 0 | 3C | 26 | 5 | 152 | 56 | 42 |
| Octal | 363 | 140 | 226 | 0 | 74 | 46 | 5 | 522 | 126 | 102 |
| Binary | 11110011 | 1100000 | 10010110 | 0 | 111100 | 100110 | 101 | 101010010 | 1010110 | 1000010 |
Color Harmonies of #F36096
Complementary color
Monochromatic Colors of #F36096
Black with #F36096
Text Example
Text Example
White with #F36096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36096; }
p { color: rgb(243,96,150); }
H1.HeaderClassName
{
color: #F36096;
}
.AnyTagClassName
{
color: #F36096;
}
</style>
background-color css
<style>
a { background-color: #F36096; }
a { background-color: rgb(243,96,150); }
div.DivClassName
{
background-color: #F36096;
}
.BgClassName
{
background-color: #F36096;
}
</style>
border-color css
<style>
span { border-color: #F36096; }
span { border-color: rgb(243,96,150); }
td.TdClassName
{
border-color: #F36096;
}
.TagClassName
{
border-color: #F36096;
}
</style>