Shades of Brilliant Rose #F96397
Tints of Brilliant Rose #F96397
RGB
CMYK
RGB Variations
Color information
#F96397 (or 0xF96397) is known color: Brilliant Rose. HEX triplet: F9, 63 and 97. RGB value is (249,99,151). Sum of RGB (Red+Green+Blue) = 249+99+151=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F96397 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96397 is #069C68. Grayscale: #959595. Windows color (decimal): -433257 or 9921529. OLE color: 9921529.
HSL color Cylindrical-coordinate representation of color #F96397: hue angle of 339.2º 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 #F96397 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 151 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.02 |
| HSL | 339.2º | 0.93% | 0.68% | - |
| HSV(B) | 339.2º | 0.6% | 0.98% | - |
| XYZ | 49.11 | 31.3 | 32.73 | - |
| YUV | 149.78 | 128.7 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 151 | 0 | 0.60 | 0.39 | 0.02 | 339.2 | 0.93 | 0.68 |
| Hex | F9 | 63 | 97 | 0 | 3C | 27 | 2 | 153 | 5D | 44 |
| Octal | 371 | 143 | 227 | 0 | 74 | 47 | 2 | 523 | 135 | 104 |
| Binary | 11111001 | 1100011 | 10010111 | 0 | 111100 | 100111 | 10 | 101010011 | 1011101 | 1000100 |
Color Harmonies of #F96397
Complementary color
Monochromatic Colors of #F96397
Black with #F96397
Text Example
Text Example
White with #F96397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96397; }
p { color: rgb(249,99,151); }
H1.HeaderClassName
{
color: #F96397;
}
.AnyTagClassName
{
color: #F96397;
}
</style>
background-color css
<style>
a { background-color: #F96397; }
a { background-color: rgb(249,99,151); }
div.DivClassName
{
background-color: #F96397;
}
.BgClassName
{
background-color: #F96397;
}
</style>
border-color css
<style>
span { border-color: #F96397; }
span { border-color: rgb(249,99,151); }
td.TdClassName
{
border-color: #F96397;
}
.TagClassName
{
border-color: #F96397;
}
</style>