Shades of Brilliant Rose #F2689C
Tints of Brilliant Rose #F2689C
RGB
CMYK
RGB Variations
Color information
#F2689C (or 0xF2689C) is known color: Brilliant Rose. HEX triplet: F2, 68 and 9C. RGB value is (242,104,156). Sum of RGB (Red+Green+Blue) = 242+104+156=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2689C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2689C is #0D9763. Grayscale: #979797. Windows color (decimal): -890724 or 10250482. OLE color: 10250482.
HSL color Cylindrical-coordinate representation of color #F2689C: hue angle of 337.39º 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 #F2689C is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 156 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.05 |
| HSL | 337.39º | 0.84% | 0.68% | - |
| HSV(B) | 337.39º | 0.57% | 0.95% | - |
| XYZ | 47.57 | 31.18 | 34.96 | - |
| YUV | 151.19 | 130.72 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 156 | 0 | 0.57 | 0.36 | 0.05 | 337.39 | 0.84 | 0.68 |
| Hex | F2 | 68 | 9C | 0 | 39 | 24 | 5 | 151 | 54 | 44 |
| Octal | 362 | 150 | 234 | 0 | 71 | 44 | 5 | 521 | 124 | 104 |
| Binary | 11110010 | 1101000 | 10011100 | 0 | 111001 | 100100 | 101 | 101010001 | 1010100 | 1000100 |
Color Harmonies of #F2689C
Complementary color
Monochromatic Colors of #F2689C
Black with #F2689C
Text Example
Text Example
White with #F2689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2689C; }
p { color: rgb(242,104,156); }
H1.HeaderClassName
{
color: #F2689C;
}
.AnyTagClassName
{
color: #F2689C;
}
</style>
background-color css
<style>
a { background-color: #F2689C; }
a { background-color: rgb(242,104,156); }
div.DivClassName
{
background-color: #F2689C;
}
.BgClassName
{
background-color: #F2689C;
}
</style>
border-color css
<style>
span { border-color: #F2689C; }
span { border-color: rgb(242,104,156); }
td.TdClassName
{
border-color: #F2689C;
}
.TagClassName
{
border-color: #F2689C;
}
</style>