Shades of Brilliant Rose #F9649C
Tints of Brilliant Rose #F9649C
RGB
CMYK
RGB Variations
Color information
#F9649C (or 0xF9649C) is known color: Brilliant Rose. HEX triplet: F9, 64 and 9C. RGB value is (249,100,156). Sum of RGB (Red+Green+Blue) = 249+100+156=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F9649C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9649C is #069B63. Grayscale: #969696. Windows color (decimal): -432996 or 10249465. OLE color: 10249465.
HSL color Cylindrical-coordinate representation of color #F9649C: hue angle of 337.45º 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 #F9649C is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 156 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.02 |
| HSL | 337.45º | 0.93% | 0.68% | - |
| HSV(B) | 337.45º | 0.6% | 0.98% | - |
| XYZ | 49.62 | 31.65 | 34.95 | - |
| YUV | 150.94 | 130.86 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 156 | 0 | 0.60 | 0.37 | 0.02 | 337.45 | 0.93 | 0.68 |
| Hex | F9 | 64 | 9C | 0 | 3C | 25 | 2 | 151 | 5D | 44 |
| Octal | 371 | 144 | 234 | 0 | 74 | 45 | 2 | 521 | 135 | 104 |
| Binary | 11111001 | 1100100 | 10011100 | 0 | 111100 | 100101 | 10 | 101010001 | 1011101 | 1000100 |
Color Harmonies of #F9649C
Complementary color
Monochromatic Colors of #F9649C
Black with #F9649C
Text Example
Text Example
White with #F9649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9649C; }
p { color: rgb(249,100,156); }
H1.HeaderClassName
{
color: #F9649C;
}
.AnyTagClassName
{
color: #F9649C;
}
</style>
background-color css
<style>
a { background-color: #F9649C; }
a { background-color: rgb(249,100,156); }
div.DivClassName
{
background-color: #F9649C;
}
.BgClassName
{
background-color: #F9649C;
}
</style>
border-color css
<style>
span { border-color: #F9649C; }
span { border-color: rgb(249,100,156); }
td.TdClassName
{
border-color: #F9649C;
}
.TagClassName
{
border-color: #F9649C;
}
</style>