Shades of Brilliant Rose #F9619C
Tints of Brilliant Rose #F9619C
RGB
CMYK
RGB Variations
Color information
#F9619C (or 0xF9619C) is known color: Brilliant Rose. HEX triplet: F9, 61 and 9C. RGB value is (249,97,156). Sum of RGB (Red+Green+Blue) = 249+97+156=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F9619C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9619C is #069E63. Grayscale: #959595. Windows color (decimal): -433764 or 10248697. OLE color: 10248697.
HSL color Cylindrical-coordinate representation of color #F9619C: hue angle of 336.71º 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 #F9619C is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 97 | 156 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.02 |
| HSL | 336.71º | 0.93% | 0.68% | - |
| HSV(B) | 336.71º | 0.61% | 0.98% | - |
| XYZ | 49.34 | 31.09 | 34.85 | - |
| YUV | 149.17 | 131.86 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 97 | 156 | 0 | 0.61 | 0.37 | 0.02 | 336.71 | 0.93 | 0.68 |
| Hex | F9 | 61 | 9C | 0 | 3D | 25 | 2 | 151 | 5D | 44 |
| Octal | 371 | 141 | 234 | 0 | 75 | 45 | 2 | 521 | 135 | 104 |
| Binary | 11111001 | 1100001 | 10011100 | 0 | 111101 | 100101 | 10 | 101010001 | 1011101 | 1000100 |
Color Harmonies of #F9619C
Complementary color
Monochromatic Colors of #F9619C
Black with #F9619C
Text Example
Text Example
White with #F9619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9619C; }
p { color: rgb(249,97,156); }
H1.HeaderClassName
{
color: #F9619C;
}
.AnyTagClassName
{
color: #F9619C;
}
</style>
background-color css
<style>
a { background-color: #F9619C; }
a { background-color: rgb(249,97,156); }
div.DivClassName
{
background-color: #F9619C;
}
.BgClassName
{
background-color: #F9619C;
}
</style>
border-color css
<style>
span { border-color: #F9619C; }
span { border-color: rgb(249,97,156); }
td.TdClassName
{
border-color: #F9619C;
}
.TagClassName
{
border-color: #F9619C;
}
</style>