Shades of Brilliant Rose #F26197
Tints of Brilliant Rose #F26197
RGB
CMYK
RGB Variations
Color information
#F26197 (or 0xF26197) is known color: Brilliant Rose. HEX triplet: F2, 61 and 97. RGB value is (242,97,151). Sum of RGB (Red+Green+Blue) = 242+97+151=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F26197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26197 is #0D9E68. Grayscale: #929292. Windows color (decimal): -892521 or 9921010. OLE color: 9921010.
HSL color Cylindrical-coordinate representation of color #F26197: hue angle of 337.66º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26197 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 151 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.05 |
| HSL | 337.66º | 0.85% | 0.66% | - |
| HSV(B) | 337.66º | 0.6% | 0.95% | - |
| XYZ | 46.48 | 29.66 | 32.55 | - |
| YUV | 146.51 | 130.54 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 151 | 0 | 0.60 | 0.38 | 0.05 | 337.66 | 0.85 | 0.66 |
| Hex | F2 | 61 | 97 | 0 | 3C | 26 | 5 | 152 | 55 | 42 |
| Octal | 362 | 141 | 227 | 0 | 74 | 46 | 5 | 522 | 125 | 102 |
| Binary | 11110010 | 1100001 | 10010111 | 0 | 111100 | 100110 | 101 | 101010010 | 1010101 | 1000010 |
Color Harmonies of #F26197
Complementary color
Monochromatic Colors of #F26197
Black with #F26197
Text Example
Text Example
White with #F26197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26197; }
p { color: rgb(242,97,151); }
H1.HeaderClassName
{
color: #F26197;
}
.AnyTagClassName
{
color: #F26197;
}
</style>
background-color css
<style>
a { background-color: #F26197; }
a { background-color: rgb(242,97,151); }
div.DivClassName
{
background-color: #F26197;
}
.BgClassName
{
background-color: #F26197;
}
</style>
border-color css
<style>
span { border-color: #F26197; }
span { border-color: rgb(242,97,151); }
td.TdClassName
{
border-color: #F26197;
}
.TagClassName
{
border-color: #F26197;
}
</style>