Shades of Brilliant Rose #F9659A
Tints of Brilliant Rose #F9659A
RGB
CMYK
RGB Variations
Color information
#F9659A (or 0xF9659A) is known color: Brilliant Rose. HEX triplet: F9, 65 and 9A. RGB value is (249,101,154). Sum of RGB (Red+Green+Blue) = 249+101+154=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9659A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9659A is #069A65. Grayscale: #979797. Windows color (decimal): -432742 or 10118649. OLE color: 10118649.
HSL color Cylindrical-coordinate representation of color #F9659A: hue angle of 338.51º degrees, saturation: 0.93, 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 #F9659A is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 154 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.02 |
| HSL | 338.51º | 0.93% | 0.69% | - |
| HSV(B) | 338.51º | 0.59% | 0.98% | - |
| XYZ | 49.55 | 31.78 | 34.09 | - |
| YUV | 151.29 | 129.53 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 154 | 0 | 0.59 | 0.38 | 0.02 | 338.51 | 0.93 | 0.69 |
| Hex | F9 | 65 | 9A | 0 | 3B | 26 | 2 | 153 | 5C | 45 |
| Octal | 371 | 145 | 232 | 0 | 73 | 46 | 2 | 523 | 134 | 105 |
| Binary | 11111001 | 1100101 | 10011010 | 0 | 111011 | 100110 | 10 | 101010011 | 1011100 | 1000101 |
Color Harmonies of #F9659A
Complementary color
Monochromatic Colors of #F9659A
Black with #F9659A
Text Example
Text Example
White with #F9659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9659A; }
p { color: rgb(249,101,154); }
H1.HeaderClassName
{
color: #F9659A;
}
.AnyTagClassName
{
color: #F9659A;
}
</style>
background-color css
<style>
a { background-color: #F9659A; }
a { background-color: rgb(249,101,154); }
div.DivClassName
{
background-color: #F9659A;
}
.BgClassName
{
background-color: #F9659A;
}
</style>
border-color css
<style>
span { border-color: #F9659A; }
span { border-color: rgb(249,101,154); }
td.TdClassName
{
border-color: #F9659A;
}
.TagClassName
{
border-color: #F9659A;
}
</style>