Shades of Brilliant Rose #F0639B
Tints of Brilliant Rose #F0639B
RGB
CMYK
RGB Variations
Color information
#F0639B (or 0xF0639B) is known color: Brilliant Rose. HEX triplet: F0, 63 and 9B. RGB value is (240,99,155). Sum of RGB (Red+Green+Blue) = 240+99+155=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F0639B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0639B is #0F9C64. Grayscale: #939393. Windows color (decimal): -1023077 or 10183664. OLE color: 10183664.
HSL color Cylindrical-coordinate representation of color #F0639B: hue angle of 336.17º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0639B is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 155 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.06 |
| HSL | 336.17º | 0.82% | 0.66% | - |
| HSV(B) | 336.17º | 0.59% | 0.94% | - |
| XYZ | 46.31 | 29.82 | 34.32 | - |
| YUV | 147.54 | 132.21 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 155 | 0 | 0.59 | 0.35 | 0.06 | 336.17 | 0.82 | 0.66 |
| Hex | F0 | 63 | 9B | 0 | 3B | 23 | 6 | 150 | 52 | 42 |
| Octal | 360 | 143 | 233 | 0 | 73 | 43 | 6 | 520 | 122 | 102 |
| Binary | 11110000 | 1100011 | 10011011 | 0 | 111011 | 100011 | 110 | 101010000 | 1010010 | 1000010 |
Color Harmonies of #F0639B
Complementary color
Monochromatic Colors of #F0639B
Black with #F0639B
Text Example
Text Example
White with #F0639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0639B; }
p { color: rgb(240,99,155); }
H1.HeaderClassName
{
color: #F0639B;
}
.AnyTagClassName
{
color: #F0639B;
}
</style>
background-color css
<style>
a { background-color: #F0639B; }
a { background-color: rgb(240,99,155); }
div.DivClassName
{
background-color: #F0639B;
}
.BgClassName
{
background-color: #F0639B;
}
</style>
border-color css
<style>
span { border-color: #F0639B; }
span { border-color: rgb(240,99,155); }
td.TdClassName
{
border-color: #F0639B;
}
.TagClassName
{
border-color: #F0639B;
}
</style>