Shades of Brilliant Rose #F1679B
Tints of Brilliant Rose #F1679B
RGB
CMYK
RGB Variations
Color information
#F1679B (or 0xF1679B) is known color: Brilliant Rose. HEX triplet: F1, 67 and 9B. RGB value is (241,103,155). Sum of RGB (Red+Green+Blue) = 241+103+155=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F1679B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1679B is #0E9864. Grayscale: #969696. Windows color (decimal): -956517 or 10184689. OLE color: 10184689.
HSL color Cylindrical-coordinate representation of color #F1679B: hue angle of 337.39º 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 #F1679B is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 155 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.05 |
| HSL | 337.39º | 0.83% | 0.67% | - |
| HSV(B) | 337.39º | 0.57% | 0.95% | - |
| XYZ | 47.04 | 30.77 | 34.47 | - |
| YUV | 150.19 | 130.72 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 155 | 0 | 0.57 | 0.36 | 0.05 | 337.39 | 0.83 | 0.67 |
| Hex | F1 | 67 | 9B | 0 | 39 | 24 | 5 | 151 | 53 | 43 |
| Octal | 361 | 147 | 233 | 0 | 71 | 44 | 5 | 521 | 123 | 103 |
| Binary | 11110001 | 1100111 | 10011011 | 0 | 111001 | 100100 | 101 | 101010001 | 1010011 | 1000011 |
Color Harmonies of #F1679B
Complementary color
Monochromatic Colors of #F1679B
Black with #F1679B
Text Example
Text Example
White with #F1679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1679B; }
p { color: rgb(241,103,155); }
H1.HeaderClassName
{
color: #F1679B;
}
.AnyTagClassName
{
color: #F1679B;
}
</style>
background-color css
<style>
a { background-color: #F1679B; }
a { background-color: rgb(241,103,155); }
div.DivClassName
{
background-color: #F1679B;
}
.BgClassName
{
background-color: #F1679B;
}
</style>
border-color css
<style>
span { border-color: #F1679B; }
span { border-color: rgb(241,103,155); }
td.TdClassName
{
border-color: #F1679B;
}
.TagClassName
{
border-color: #F1679B;
}
</style>