Shades of Brilliant Rose #F1679D
Tints of Brilliant Rose #F1679D
RGB
CMYK
RGB Variations
Color information
#F1679D (or 0xF1679D) is known color: Brilliant Rose. HEX triplet: F1, 67 and 9D. RGB value is (241,103,157). Sum of RGB (Red+Green+Blue) = 241+103+157=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F1679D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1679D is #0E9862. Grayscale: #969696. Windows color (decimal): -956515 or 10315761. OLE color: 10315761.
HSL color Cylindrical-coordinate representation of color #F1679D: hue angle of 336.52º 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 #F1679D is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 157 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.05 |
| HSL | 336.52º | 0.83% | 0.67% | - |
| HSV(B) | 336.52º | 0.57% | 0.95% | - |
| XYZ | 47.21 | 30.84 | 35.36 | - |
| YUV | 150.42 | 131.72 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 157 | 0 | 0.57 | 0.35 | 0.05 | 336.52 | 0.83 | 0.67 |
| Hex | F1 | 67 | 9D | 0 | 39 | 23 | 5 | 151 | 53 | 43 |
| Octal | 361 | 147 | 235 | 0 | 71 | 43 | 5 | 521 | 123 | 103 |
| Binary | 11110001 | 1100111 | 10011101 | 0 | 111001 | 100011 | 101 | 101010001 | 1010011 | 1000011 |
Color Harmonies of #F1679D
Complementary color
Monochromatic Colors of #F1679D
Black with #F1679D
Text Example
Text Example
White with #F1679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1679D; }
p { color: rgb(241,103,157); }
H1.HeaderClassName
{
color: #F1679D;
}
.AnyTagClassName
{
color: #F1679D;
}
</style>
background-color css
<style>
a { background-color: #F1679D; }
a { background-color: rgb(241,103,157); }
div.DivClassName
{
background-color: #F1679D;
}
.BgClassName
{
background-color: #F1679D;
}
</style>
border-color css
<style>
span { border-color: #F1679D; }
span { border-color: rgb(241,103,157); }
td.TdClassName
{
border-color: #F1679D;
}
.TagClassName
{
border-color: #F1679D;
}
</style>