Shades of Brilliant Rose #F75696
Tints of Brilliant Rose #F75696
RGB
CMYK
RGB Variations
Color information
#F75696 (or 0xF75696) is known color: Brilliant Rose. HEX triplet: F7, 56 and 96. RGB value is (247,86,150). Sum of RGB (Red+Green+Blue) = 247+86+150=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F75696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75696 is #08A969. Grayscale: #8D8D8D. Windows color (decimal): -567658 or 9852663. OLE color: 9852663.
HSL color Cylindrical-coordinate representation of color #F75696: hue angle of 336.15º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F75696 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 150 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.03 |
| HSL | 336.15º | 0.91% | 0.65% | - |
| HSV(B) | 336.15º | 0.65% | 0.97% | - |
| XYZ | 47.19 | 28.63 | 31.89 | - |
| YUV | 141.44 | 132.84 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 150 | 0 | 0.65 | 0.39 | 0.03 | 336.15 | 0.91 | 0.65 |
| Hex | F7 | 56 | 96 | 0 | 41 | 27 | 3 | 150 | 5B | 41 |
| Octal | 367 | 126 | 226 | 0 | 101 | 47 | 3 | 520 | 133 | 101 |
| Binary | 11110111 | 1010110 | 10010110 | 0 | 1000001 | 100111 | 11 | 101010000 | 1011011 | 1000001 |
Color Harmonies of #F75696
Complementary color
Monochromatic Colors of #F75696
Black with #F75696
Text Example
Text Example
White with #F75696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75696; }
p { color: rgb(247,86,150); }
H1.HeaderClassName
{
color: #F75696;
}
.AnyTagClassName
{
color: #F75696;
}
</style>
background-color css
<style>
a { background-color: #F75696; }
a { background-color: rgb(247,86,150); }
div.DivClassName
{
background-color: #F75696;
}
.BgClassName
{
background-color: #F75696;
}
</style>
border-color css
<style>
span { border-color: #F75696; }
span { border-color: rgb(247,86,150); }
td.TdClassName
{
border-color: #F75696;
}
.TagClassName
{
border-color: #F75696;
}
</style>