Shades of Brilliant Rose #F1639F
Tints of Brilliant Rose #F1639F
RGB
CMYK
RGB Variations
Color information
#F1639F (or 0xF1639F) is known color: Brilliant Rose. HEX triplet: F1, 63 and 9F. RGB value is (241,99,159). Sum of RGB (Red+Green+Blue) = 241+99+159=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F1639F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1639F is #0E9C60. Grayscale: #949494. Windows color (decimal): -957537 or 10445809. OLE color: 10445809.
HSL color Cylindrical-coordinate representation of color #F1639F: hue angle of 334.65º 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 #F1639F is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 159 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.05 |
| HSL | 334.65º | 0.84% | 0.67% | - |
| HSV(B) | 334.65º | 0.59% | 0.95% | - |
| XYZ | 47 | 30.13 | 36.14 | - |
| YUV | 148.3 | 134.04 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 159 | 0 | 0.59 | 0.34 | 0.05 | 334.65 | 0.84 | 0.67 |
| Hex | F1 | 63 | 9F | 0 | 3B | 22 | 5 | 14F | 54 | 43 |
| Octal | 361 | 143 | 237 | 0 | 73 | 42 | 5 | 517 | 124 | 103 |
| Binary | 11110001 | 1100011 | 10011111 | 0 | 111011 | 100010 | 101 | 101001111 | 1010100 | 1000011 |
Color Harmonies of #F1639F
Complementary color
Monochromatic Colors of #F1639F
Black with #F1639F
Text Example
Text Example
White with #F1639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1639F; }
p { color: rgb(241,99,159); }
H1.HeaderClassName
{
color: #F1639F;
}
.AnyTagClassName
{
color: #F1639F;
}
</style>
background-color css
<style>
a { background-color: #F1639F; }
a { background-color: rgb(241,99,159); }
div.DivClassName
{
background-color: #F1639F;
}
.BgClassName
{
background-color: #F1639F;
}
</style>
border-color css
<style>
span { border-color: #F1639F; }
span { border-color: rgb(241,99,159); }
td.TdClassName
{
border-color: #F1639F;
}
.TagClassName
{
border-color: #F1639F;
}
</style>