Shades of Brilliant Rose #F36598
Tints of Brilliant Rose #F36598
RGB
CMYK
RGB Variations
Color information
#F36598 (or 0xF36598) is known color: Brilliant Rose. HEX triplet: F3, 65 and 98. RGB value is (243,101,152). Sum of RGB (Red+Green+Blue) = 243+101+152=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F36598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36598 is #0C9A67. Grayscale: #959595. Windows color (decimal): -825960 or 9987571. OLE color: 9987571.
HSL color Cylindrical-coordinate representation of color #F36598: hue angle of 338.45º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F36598 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 101 | 152 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.05 |
| HSL | 338.45º | 0.86% | 0.67% | - |
| HSV(B) | 338.45º | 0.58% | 0.95% | - |
| XYZ | 47.28 | 30.63 | 33.13 | - |
| YUV | 149.27 | 129.54 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 152 | 0 | 0.58 | 0.37 | 0.05 | 338.45 | 0.86 | 0.67 |
| Hex | F3 | 65 | 98 | 0 | 3A | 25 | 5 | 152 | 56 | 43 |
| Octal | 363 | 145 | 230 | 0 | 72 | 45 | 5 | 522 | 126 | 103 |
| Binary | 11110011 | 1100101 | 10011000 | 0 | 111010 | 100101 | 101 | 101010010 | 1010110 | 1000011 |
Color Harmonies of #F36598
Complementary color
Monochromatic Colors of #F36598
Black with #F36598
Text Example
Text Example
White with #F36598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36598; }
p { color: rgb(243,101,152); }
H1.HeaderClassName
{
color: #F36598;
}
.AnyTagClassName
{
color: #F36598;
}
</style>
background-color css
<style>
a { background-color: #F36598; }
a { background-color: rgb(243,101,152); }
div.DivClassName
{
background-color: #F36598;
}
.BgClassName
{
background-color: #F36598;
}
</style>
border-color css
<style>
span { border-color: #F36598; }
span { border-color: rgb(243,101,152); }
td.TdClassName
{
border-color: #F36598;
}
.TagClassName
{
border-color: #F36598;
}
</style>