Shades of Brilliant Rose #F26299
Tints of Brilliant Rose #F26299
RGB
CMYK
RGB Variations
Color information
#F26299 (or 0xF26299) is known color: Brilliant Rose. HEX triplet: F2, 62 and 99. RGB value is (242,98,153). Sum of RGB (Red+Green+Blue) = 242+98+153=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F26299 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26299 is #0D9D66. Grayscale: #939393. Windows color (decimal): -892263 or 10052338. OLE color: 10052338.
HSL color Cylindrical-coordinate representation of color #F26299: hue angle of 337.08º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26299 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 153 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.05 |
| HSL | 337.08º | 0.85% | 0.67% | - |
| HSV(B) | 337.08º | 0.6% | 0.95% | - |
| XYZ | 46.74 | 29.91 | 33.45 | - |
| YUV | 147.33 | 131.21 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 153 | 0 | 0.60 | 0.37 | 0.05 | 337.08 | 0.85 | 0.67 |
| Hex | F2 | 62 | 99 | 0 | 3C | 25 | 5 | 151 | 55 | 43 |
| Octal | 362 | 142 | 231 | 0 | 74 | 45 | 5 | 521 | 125 | 103 |
| Binary | 11110010 | 1100010 | 10011001 | 0 | 111100 | 100101 | 101 | 101010001 | 1010101 | 1000011 |
Color Harmonies of #F26299
Complementary color
Monochromatic Colors of #F26299
Black with #F26299
Text Example
Text Example
White with #F26299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26299; }
p { color: rgb(242,98,153); }
H1.HeaderClassName
{
color: #F26299;
}
.AnyTagClassName
{
color: #F26299;
}
</style>
background-color css
<style>
a { background-color: #F26299; }
a { background-color: rgb(242,98,153); }
div.DivClassName
{
background-color: #F26299;
}
.BgClassName
{
background-color: #F26299;
}
</style>
border-color css
<style>
span { border-color: #F26299; }
span { border-color: rgb(242,98,153); }
td.TdClassName
{
border-color: #F26299;
}
.TagClassName
{
border-color: #F26299;
}
</style>