Shades of Brilliant Rose #F2689E
Tints of Brilliant Rose #F2689E
RGB
CMYK
RGB Variations
Color information
#F2689E (or 0xF2689E) is known color: Brilliant Rose. HEX triplet: F2, 68 and 9E. RGB value is (242,104,158). Sum of RGB (Red+Green+Blue) = 242+104+158=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2689E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2689E is #0D9761. Grayscale: #979797. Windows color (decimal): -890722 or 10381554. OLE color: 10381554.
HSL color Cylindrical-coordinate representation of color #F2689E: hue angle of 336.52º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2689E is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 158 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.05 |
| HSL | 336.52º | 0.84% | 0.68% | - |
| HSV(B) | 336.52º | 0.57% | 0.95% | - |
| XYZ | 47.74 | 31.25 | 35.86 | - |
| YUV | 151.42 | 131.72 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 158 | 0 | 0.57 | 0.35 | 0.05 | 336.52 | 0.84 | 0.68 |
| Hex | F2 | 68 | 9E | 0 | 39 | 23 | 5 | 151 | 54 | 44 |
| Octal | 362 | 150 | 236 | 0 | 71 | 43 | 5 | 521 | 124 | 104 |
| Binary | 11110010 | 1101000 | 10011110 | 0 | 111001 | 100011 | 101 | 101010001 | 1010100 | 1000100 |
Color Harmonies of #F2689E
Complementary color
Monochromatic Colors of #F2689E
Black with #F2689E
Text Example
Text Example
White with #F2689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2689E; }
p { color: rgb(242,104,158); }
H1.HeaderClassName
{
color: #F2689E;
}
.AnyTagClassName
{
color: #F2689E;
}
</style>
background-color css
<style>
a { background-color: #F2689E; }
a { background-color: rgb(242,104,158); }
div.DivClassName
{
background-color: #F2689E;
}
.BgClassName
{
background-color: #F2689E;
}
</style>
border-color css
<style>
span { border-color: #F2689E; }
span { border-color: rgb(242,104,158); }
td.TdClassName
{
border-color: #F2689E;
}
.TagClassName
{
border-color: #F2689E;
}
</style>