Shades of Brilliant Rose #F9639B
Tints of Brilliant Rose #F9639B
RGB
CMYK
RGB Variations
Color information
#F9639B (or 0xF9639B) is known color: Brilliant Rose. HEX triplet: F9, 63 and 9B. RGB value is (249,99,155). Sum of RGB (Red+Green+Blue) = 249+99+155=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F9639B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9639B is #069C64. Grayscale: #969696. Windows color (decimal): -433253 or 10183673. OLE color: 10183673.
HSL color Cylindrical-coordinate representation of color #F9639B: hue angle of 337.6º 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 #F9639B is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 155 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.02 |
| HSL | 337.6º | 0.93% | 0.68% | - |
| HSV(B) | 337.6º | 0.6% | 0.98% | - |
| XYZ | 49.45 | 31.43 | 34.47 | - |
| YUV | 150.23 | 130.7 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 155 | 0 | 0.60 | 0.38 | 0.02 | 337.6 | 0.93 | 0.68 |
| Hex | F9 | 63 | 9B | 0 | 3C | 26 | 2 | 152 | 5D | 44 |
| Octal | 371 | 143 | 233 | 0 | 74 | 46 | 2 | 522 | 135 | 104 |
| Binary | 11111001 | 1100011 | 10011011 | 0 | 111100 | 100110 | 10 | 101010010 | 1011101 | 1000100 |
Color Harmonies of #F9639B
Complementary color
Monochromatic Colors of #F9639B
Black with #F9639B
Text Example
Text Example
White with #F9639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9639B; }
p { color: rgb(249,99,155); }
H1.HeaderClassName
{
color: #F9639B;
}
.AnyTagClassName
{
color: #F9639B;
}
</style>
background-color css
<style>
a { background-color: #F9639B; }
a { background-color: rgb(249,99,155); }
div.DivClassName
{
background-color: #F9639B;
}
.BgClassName
{
background-color: #F9639B;
}
</style>
border-color css
<style>
span { border-color: #F9639B; }
span { border-color: rgb(249,99,155); }
td.TdClassName
{
border-color: #F9639B;
}
.TagClassName
{
border-color: #F9639B;
}
</style>