Shades of Brilliant Rose #F36195
Tints of Brilliant Rose #F36195
RGB
CMYK
RGB Variations
Color information
#F36195 (or 0xF36195) is known color: Brilliant Rose. HEX triplet: F3, 61 and 95. RGB value is (243,97,149). Sum of RGB (Red+Green+Blue) = 243+97+149=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F36195 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36195 is #0C9E6A. Grayscale: #929292. Windows color (decimal): -826987 or 9789939. OLE color: 9789939.
HSL color Cylindrical-coordinate representation of color #F36195: hue angle of 338.63º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F36195 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 97 | 149 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.05 |
| HSL | 338.63º | 0.86% | 0.67% | - |
| HSV(B) | 338.63º | 0.6% | 0.95% | - |
| XYZ | 46.66 | 29.77 | 31.72 | - |
| YUV | 146.58 | 129.37 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 97 | 149 | 0 | 0.60 | 0.39 | 0.05 | 338.63 | 0.86 | 0.67 |
| Hex | F3 | 61 | 95 | 0 | 3C | 27 | 5 | 153 | 56 | 43 |
| Octal | 363 | 141 | 225 | 0 | 74 | 47 | 5 | 523 | 126 | 103 |
| Binary | 11110011 | 1100001 | 10010101 | 0 | 111100 | 100111 | 101 | 101010011 | 1010110 | 1000011 |
Color Harmonies of #F36195
Complementary color
Monochromatic Colors of #F36195
Black with #F36195
Text Example
Text Example
White with #F36195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36195; }
p { color: rgb(243,97,149); }
H1.HeaderClassName
{
color: #F36195;
}
.AnyTagClassName
{
color: #F36195;
}
</style>
background-color css
<style>
a { background-color: #F36195; }
a { background-color: rgb(243,97,149); }
div.DivClassName
{
background-color: #F36195;
}
.BgClassName
{
background-color: #F36195;
}
</style>
border-color css
<style>
span { border-color: #F36195; }
span { border-color: rgb(243,97,149); }
td.TdClassName
{
border-color: #F36195;
}
.TagClassName
{
border-color: #F36195;
}
</style>