Shades of Brilliant Rose #F96197
Tints of Brilliant Rose #F96197
RGB
CMYK
RGB Variations
Color information
#F96197 (or 0xF96197) is known color: Brilliant Rose. HEX triplet: F9, 61 and 97. RGB value is (249,97,151). Sum of RGB (Red+Green+Blue) = 249+97+151=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F96197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96197 is #069E68. Grayscale: #949494. Windows color (decimal): -433769 or 9921017. OLE color: 9921017.
HSL color Cylindrical-coordinate representation of color #F96197: hue angle of 338.68º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F96197 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 97 | 151 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.02 |
| HSL | 338.68º | 0.93% | 0.68% | - |
| HSV(B) | 338.68º | 0.61% | 0.98% | - |
| XYZ | 48.93 | 30.92 | 32.67 | - |
| YUV | 148.6 | 129.36 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 97 | 151 | 0 | 0.61 | 0.39 | 0.02 | 338.68 | 0.93 | 0.68 |
| Hex | F9 | 61 | 97 | 0 | 3D | 27 | 2 | 153 | 5D | 44 |
| Octal | 371 | 141 | 227 | 0 | 75 | 47 | 2 | 523 | 135 | 104 |
| Binary | 11111001 | 1100001 | 10010111 | 0 | 111101 | 100111 | 10 | 101010011 | 1011101 | 1000100 |
Color Harmonies of #F96197
Complementary color
Monochromatic Colors of #F96197
Black with #F96197
Text Example
Text Example
White with #F96197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96197; }
p { color: rgb(249,97,151); }
H1.HeaderClassName
{
color: #F96197;
}
.AnyTagClassName
{
color: #F96197;
}
</style>
background-color css
<style>
a { background-color: #F96197; }
a { background-color: rgb(249,97,151); }
div.DivClassName
{
background-color: #F96197;
}
.BgClassName
{
background-color: #F96197;
}
</style>
border-color css
<style>
span { border-color: #F96197; }
span { border-color: rgb(249,97,151); }
td.TdClassName
{
border-color: #F96197;
}
.TagClassName
{
border-color: #F96197;
}
</style>