Shades of Brilliant Rose #F96699
Tints of Brilliant Rose #F96699
RGB
CMYK
RGB Variations
Color information
#F96699 (or 0xF96699) is known color: Brilliant Rose. HEX triplet: F9, 66 and 99. RGB value is (249,102,153). Sum of RGB (Red+Green+Blue) = 249+102+153=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F96699 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96699 is #069966. Grayscale: #979797. Windows color (decimal): -432487 or 10053369. OLE color: 10053369.
HSL color Cylindrical-coordinate representation of color #F96699: hue angle of 339.18º 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 #F96699 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 153 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.02 |
| HSL | 339.18º | 0.92% | 0.69% | - |
| HSV(B) | 339.18º | 0.59% | 0.98% | - |
| XYZ | 49.57 | 31.94 | 33.69 | - |
| YUV | 151.77 | 128.7 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 153 | 0 | 0.59 | 0.39 | 0.02 | 339.18 | 0.92 | 0.69 |
| Hex | F9 | 66 | 99 | 0 | 3B | 27 | 2 | 153 | 5C | 45 |
| Octal | 371 | 146 | 231 | 0 | 73 | 47 | 2 | 523 | 134 | 105 |
| Binary | 11111001 | 1100110 | 10011001 | 0 | 111011 | 100111 | 10 | 101010011 | 1011100 | 1000101 |
Color Harmonies of #F96699
Complementary color
Monochromatic Colors of #F96699
Black with #F96699
Text Example
Text Example
White with #F96699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96699; }
p { color: rgb(249,102,153); }
H1.HeaderClassName
{
color: #F96699;
}
.AnyTagClassName
{
color: #F96699;
}
</style>
background-color css
<style>
a { background-color: #F96699; }
a { background-color: rgb(249,102,153); }
div.DivClassName
{
background-color: #F96699;
}
.BgClassName
{
background-color: #F96699;
}
</style>
border-color css
<style>
span { border-color: #F96699; }
span { border-color: rgb(249,102,153); }
td.TdClassName
{
border-color: #F96699;
}
.TagClassName
{
border-color: #F96699;
}
</style>