Shades of Brilliant Rose #F56698
Tints of Brilliant Rose #F56698
RGB
CMYK
RGB Variations
Color information
#F56698 (or 0xF56698) is known color: Brilliant Rose. HEX triplet: F5, 66 and 98. RGB value is (245,102,152). Sum of RGB (Red+Green+Blue) = 245+102+152=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F56698 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56698 is #0A9967. Grayscale: #969696. Windows color (decimal): -694632 or 9987829. OLE color: 9987829.
HSL color Cylindrical-coordinate representation of color #F56698: hue angle of 339.02º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F56698 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 152 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.04 |
| HSL | 339.02º | 0.88% | 0.68% | - |
| HSV(B) | 339.02º | 0.58% | 0.96% | - |
| XYZ | 48.08 | 31.18 | 33.19 | - |
| YUV | 150.46 | 128.88 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 152 | 0 | 0.58 | 0.38 | 0.04 | 339.02 | 0.88 | 0.68 |
| Hex | F5 | 66 | 98 | 0 | 3A | 26 | 4 | 153 | 58 | 44 |
| Octal | 365 | 146 | 230 | 0 | 72 | 46 | 4 | 523 | 130 | 104 |
| Binary | 11110101 | 1100110 | 10011000 | 0 | 111010 | 100110 | 100 | 101010011 | 1011000 | 1000100 |
Color Harmonies of #F56698
Complementary color
Monochromatic Colors of #F56698
Black with #F56698
Text Example
Text Example
White with #F56698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56698; }
p { color: rgb(245,102,152); }
H1.HeaderClassName
{
color: #F56698;
}
.AnyTagClassName
{
color: #F56698;
}
</style>
background-color css
<style>
a { background-color: #F56698; }
a { background-color: rgb(245,102,152); }
div.DivClassName
{
background-color: #F56698;
}
.BgClassName
{
background-color: #F56698;
}
</style>
border-color css
<style>
span { border-color: #F56698; }
span { border-color: rgb(245,102,152); }
td.TdClassName
{
border-color: #F56698;
}
.TagClassName
{
border-color: #F56698;
}
</style>