Shades of Brilliant Rose #F1679F
Tints of Brilliant Rose #F1679F
RGB
CMYK
RGB Variations
Color information
#F1679F (or 0xF1679F) is known color: Brilliant Rose. HEX triplet: F1, 67 and 9F. RGB value is (241,103,159). Sum of RGB (Red+Green+Blue) = 241+103+159=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F1679F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1679F is #0E9860. Grayscale: #969696. Windows color (decimal): -956513 or 10446833. OLE color: 10446833.
HSL color Cylindrical-coordinate representation of color #F1679F: hue angle of 335.65º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F1679F is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 159 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.05 |
| HSL | 335.65º | 0.83% | 0.67% | - |
| HSV(B) | 335.65º | 0.57% | 0.95% | - |
| XYZ | 47.38 | 30.9 | 36.27 | - |
| YUV | 150.65 | 132.72 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 159 | 0 | 0.57 | 0.34 | 0.05 | 335.65 | 0.83 | 0.67 |
| Hex | F1 | 67 | 9F | 0 | 39 | 22 | 5 | 150 | 53 | 43 |
| Octal | 361 | 147 | 237 | 0 | 71 | 42 | 5 | 520 | 123 | 103 |
| Binary | 11110001 | 1100111 | 10011111 | 0 | 111001 | 100010 | 101 | 101010000 | 1010011 | 1000011 |
Color Harmonies of #F1679F
Complementary color
Monochromatic Colors of #F1679F
Black with #F1679F
Text Example
Text Example
White with #F1679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1679F; }
p { color: rgb(241,103,159); }
H1.HeaderClassName
{
color: #F1679F;
}
.AnyTagClassName
{
color: #F1679F;
}
</style>
background-color css
<style>
a { background-color: #F1679F; }
a { background-color: rgb(241,103,159); }
div.DivClassName
{
background-color: #F1679F;
}
.BgClassName
{
background-color: #F1679F;
}
</style>
border-color css
<style>
span { border-color: #F1679F; }
span { border-color: rgb(241,103,159); }
td.TdClassName
{
border-color: #F1679F;
}
.TagClassName
{
border-color: #F1679F;
}
</style>