Shades of Brilliant Rose #F96395
Tints of Brilliant Rose #F96395
RGB
CMYK
RGB Variations
Color information
#F96395 (or 0xF96395) is known color: Brilliant Rose. HEX triplet: F9, 63 and 95. RGB value is (249,99,149). Sum of RGB (Red+Green+Blue) = 249+99+149=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F96395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96395 is #069C6A. Grayscale: #959595. Windows color (decimal): -433259 or 9790457. OLE color: 9790457.
HSL color Cylindrical-coordinate representation of color #F96395: hue angle of 340º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F96395 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 149 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.02 |
| HSL | 340º | 0.93% | 0.68% | - |
| HSV(B) | 340º | 0.6% | 0.98% | - |
| XYZ | 48.95 | 31.23 | 31.88 | - |
| YUV | 149.55 | 127.7 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 149 | 0 | 0.60 | 0.40 | 0.02 | 340 | 0.93 | 0.68 |
| Hex | F9 | 63 | 95 | 0 | 3C | 28 | 2 | 154 | 5D | 44 |
| Octal | 371 | 143 | 225 | 0 | 74 | 50 | 2 | 524 | 135 | 104 |
| Binary | 11111001 | 1100011 | 10010101 | 0 | 111100 | 101000 | 10 | 101010100 | 1011101 | 1000100 |
Color Harmonies of #F96395
Complementary color
Monochromatic Colors of #F96395
Black with #F96395
Text Example
Text Example
White with #F96395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96395; }
p { color: rgb(249,99,149); }
H1.HeaderClassName
{
color: #F96395;
}
.AnyTagClassName
{
color: #F96395;
}
</style>
background-color css
<style>
a { background-color: #F96395; }
a { background-color: rgb(249,99,149); }
div.DivClassName
{
background-color: #F96395;
}
.BgClassName
{
background-color: #F96395;
}
</style>
border-color css
<style>
span { border-color: #F96395; }
span { border-color: rgb(249,99,149); }
td.TdClassName
{
border-color: #F96395;
}
.TagClassName
{
border-color: #F96395;
}
</style>