Shades of Brilliant Rose #F1679C
Tints of Brilliant Rose #F1679C
RGB
CMYK
RGB Variations
Color information
#F1679C (or 0xF1679C) is known color: Brilliant Rose. HEX triplet: F1, 67 and 9C. RGB value is (241,103,156). Sum of RGB (Red+Green+Blue) = 241+103+156=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1679C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1679C is #0E9863. Grayscale: #969696. Windows color (decimal): -956516 or 10250225. OLE color: 10250225.
HSL color Cylindrical-coordinate representation of color #F1679C: hue angle of 336.96º 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 #F1679C is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 156 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.05 |
| HSL | 336.96º | 0.83% | 0.67% | - |
| HSV(B) | 336.96º | 0.57% | 0.95% | - |
| XYZ | 47.13 | 30.8 | 34.91 | - |
| YUV | 150.3 | 131.22 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 156 | 0 | 0.57 | 0.35 | 0.05 | 336.96 | 0.83 | 0.67 |
| Hex | F1 | 67 | 9C | 0 | 39 | 23 | 5 | 151 | 53 | 43 |
| Octal | 361 | 147 | 234 | 0 | 71 | 43 | 5 | 521 | 123 | 103 |
| Binary | 11110001 | 1100111 | 10011100 | 0 | 111001 | 100011 | 101 | 101010001 | 1010011 | 1000011 |
Color Harmonies of #F1679C
Complementary color
Monochromatic Colors of #F1679C
Black with #F1679C
Text Example
Text Example
White with #F1679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1679C; }
p { color: rgb(241,103,156); }
H1.HeaderClassName
{
color: #F1679C;
}
.AnyTagClassName
{
color: #F1679C;
}
</style>
background-color css
<style>
a { background-color: #F1679C; }
a { background-color: rgb(241,103,156); }
div.DivClassName
{
background-color: #F1679C;
}
.BgClassName
{
background-color: #F1679C;
}
</style>
border-color css
<style>
span { border-color: #F1679C; }
span { border-color: rgb(241,103,156); }
td.TdClassName
{
border-color: #F1679C;
}
.TagClassName
{
border-color: #F1679C;
}
</style>