Shades of Brilliant Rose #F96796
Tints of Brilliant Rose #F96796
RGB
CMYK
RGB Variations
Color information
#F96796 (or 0xF96796) is known color: Brilliant Rose. HEX triplet: F9, 67 and 96. RGB value is (249,103,150). Sum of RGB (Red+Green+Blue) = 249+103+150=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F96796 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96796 is #069869. Grayscale: #979797. Windows color (decimal): -432234 or 9857017. OLE color: 9857017.
HSL color Cylindrical-coordinate representation of color #F96796: hue angle of 340.68º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F96796 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 103 | 150 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.02 |
| HSL | 340.68º | 0.92% | 0.69% | - |
| HSV(B) | 340.68º | 0.59% | 0.98% | - |
| XYZ | 49.42 | 32.04 | 32.43 | - |
| YUV | 152.01 | 126.87 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 103 | 150 | 0 | 0.59 | 0.40 | 0.02 | 340.68 | 0.92 | 0.69 |
| Hex | F9 | 67 | 96 | 0 | 3B | 28 | 2 | 155 | 5C | 45 |
| Octal | 371 | 147 | 226 | 0 | 73 | 50 | 2 | 525 | 134 | 105 |
| Binary | 11111001 | 1100111 | 10010110 | 0 | 111011 | 101000 | 10 | 101010101 | 1011100 | 1000101 |
Color Harmonies of #F96796
Complementary color
Monochromatic Colors of #F96796
Black with #F96796
Text Example
Text Example
White with #F96796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96796; }
p { color: rgb(249,103,150); }
H1.HeaderClassName
{
color: #F96796;
}
.AnyTagClassName
{
color: #F96796;
}
</style>
background-color css
<style>
a { background-color: #F96796; }
a { background-color: rgb(249,103,150); }
div.DivClassName
{
background-color: #F96796;
}
.BgClassName
{
background-color: #F96796;
}
</style>
border-color css
<style>
span { border-color: #F96796; }
span { border-color: rgb(249,103,150); }
td.TdClassName
{
border-color: #F96796;
}
.TagClassName
{
border-color: #F96796;
}
</style>