Shades of Brilliant Rose #F26397
Tints of Brilliant Rose #F26397
RGB
CMYK
RGB Variations
Color information
#F26397 (or 0xF26397) is known color: Brilliant Rose. HEX triplet: F2, 63 and 97. RGB value is (242,99,151). Sum of RGB (Red+Green+Blue) = 242+99+151=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F26397 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26397 is #0D9C68. Grayscale: #939393. Windows color (decimal): -892009 or 9921522. OLE color: 9921522.
HSL color Cylindrical-coordinate representation of color #F26397: hue angle of 338.18º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F26397 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 151 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.05 |
| HSL | 338.18º | 0.85% | 0.67% | - |
| HSV(B) | 338.18º | 0.59% | 0.95% | - |
| XYZ | 46.67 | 30.04 | 32.62 | - |
| YUV | 147.69 | 129.88 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 151 | 0 | 0.59 | 0.38 | 0.05 | 338.18 | 0.85 | 0.67 |
| Hex | F2 | 63 | 97 | 0 | 3B | 26 | 5 | 152 | 55 | 43 |
| Octal | 362 | 143 | 227 | 0 | 73 | 46 | 5 | 522 | 125 | 103 |
| Binary | 11110010 | 1100011 | 10010111 | 0 | 111011 | 100110 | 101 | 101010010 | 1010101 | 1000011 |
Color Harmonies of #F26397
Complementary color
Monochromatic Colors of #F26397
Black with #F26397
Text Example
Text Example
White with #F26397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26397; }
p { color: rgb(242,99,151); }
H1.HeaderClassName
{
color: #F26397;
}
.AnyTagClassName
{
color: #F26397;
}
</style>
background-color css
<style>
a { background-color: #F26397; }
a { background-color: rgb(242,99,151); }
div.DivClassName
{
background-color: #F26397;
}
.BgClassName
{
background-color: #F26397;
}
</style>
border-color css
<style>
span { border-color: #F26397; }
span { border-color: rgb(242,99,151); }
td.TdClassName
{
border-color: #F26397;
}
.TagClassName
{
border-color: #F26397;
}
</style>