Shades of Brilliant Rose #F2689F
Tints of Brilliant Rose #F2689F
RGB
CMYK
RGB Variations
Color information
#F2689F (or 0xF2689F) is known color: Brilliant Rose. HEX triplet: F2, 68 and 9F. RGB value is (242,104,159). Sum of RGB (Red+Green+Blue) = 242+104+159=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F2689F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2689F is #0D9760. Grayscale: #979797. Windows color (decimal): -890721 or 10447090. OLE color: 10447090.
HSL color Cylindrical-coordinate representation of color #F2689F: hue angle of 336.09º 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 #F2689F is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 159 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.05 |
| HSL | 336.09º | 0.84% | 0.68% | - |
| HSV(B) | 336.09º | 0.57% | 0.95% | - |
| XYZ | 47.83 | 31.28 | 36.32 | - |
| YUV | 151.53 | 132.22 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 159 | 0 | 0.57 | 0.34 | 0.05 | 336.09 | 0.84 | 0.68 |
| Hex | F2 | 68 | 9F | 0 | 39 | 22 | 5 | 150 | 54 | 44 |
| Octal | 362 | 150 | 237 | 0 | 71 | 42 | 5 | 520 | 124 | 104 |
| Binary | 11110010 | 1101000 | 10011111 | 0 | 111001 | 100010 | 101 | 101010000 | 1010100 | 1000100 |
Color Harmonies of #F2689F
Complementary color
Monochromatic Colors of #F2689F
Black with #F2689F
Text Example
Text Example
White with #F2689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2689F; }
p { color: rgb(242,104,159); }
H1.HeaderClassName
{
color: #F2689F;
}
.AnyTagClassName
{
color: #F2689F;
}
</style>
background-color css
<style>
a { background-color: #F2689F; }
a { background-color: rgb(242,104,159); }
div.DivClassName
{
background-color: #F2689F;
}
.BgClassName
{
background-color: #F2689F;
}
</style>
border-color css
<style>
span { border-color: #F2689F; }
span { border-color: rgb(242,104,159); }
td.TdClassName
{
border-color: #F2689F;
}
.TagClassName
{
border-color: #F2689F;
}
</style>