Shades of Brilliant Rose #F1639B
Tints of Brilliant Rose #F1639B
RGB
CMYK
RGB Variations
Color information
#F1639B (or 0xF1639B) is known color: Brilliant Rose. HEX triplet: F1, 63 and 9B. RGB value is (241,99,155). Sum of RGB (Red+Green+Blue) = 241+99+155=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F1639B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1639B is #0E9C64. Grayscale: #939393. Windows color (decimal): -957541 or 10183665. OLE color: 10183665.
HSL color Cylindrical-coordinate representation of color #F1639B: hue angle of 336.34º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1639B is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 155 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.05 |
| HSL | 336.34º | 0.84% | 0.67% | - |
| HSV(B) | 336.34º | 0.59% | 0.95% | - |
| XYZ | 46.65 | 29.99 | 34.34 | - |
| YUV | 147.84 | 132.04 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 155 | 0 | 0.59 | 0.36 | 0.05 | 336.34 | 0.84 | 0.67 |
| Hex | F1 | 63 | 9B | 0 | 3B | 24 | 5 | 150 | 54 | 43 |
| Octal | 361 | 143 | 233 | 0 | 73 | 44 | 5 | 520 | 124 | 103 |
| Binary | 11110001 | 1100011 | 10011011 | 0 | 111011 | 100100 | 101 | 101010000 | 1010100 | 1000011 |
Color Harmonies of #F1639B
Complementary color
Monochromatic Colors of #F1639B
Black with #F1639B
Text Example
Text Example
White with #F1639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1639B; }
p { color: rgb(241,99,155); }
H1.HeaderClassName
{
color: #F1639B;
}
.AnyTagClassName
{
color: #F1639B;
}
</style>
background-color css
<style>
a { background-color: #F1639B; }
a { background-color: rgb(241,99,155); }
div.DivClassName
{
background-color: #F1639B;
}
.BgClassName
{
background-color: #F1639B;
}
</style>
border-color css
<style>
span { border-color: #F1639B; }
span { border-color: rgb(241,99,155); }
td.TdClassName
{
border-color: #F1639B;
}
.TagClassName
{
border-color: #F1639B;
}
</style>