Shades of Brilliant Rose #F2699C
Tints of Brilliant Rose #F2699C
RGB
CMYK
RGB Variations
Color information
#F2699C (or 0xF2699C) is known color: Brilliant Rose. HEX triplet: F2, 69 and 9C. RGB value is (242,105,156). Sum of RGB (Red+Green+Blue) = 242+105+156=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2699C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2699C is #0D9663. Grayscale: #979797. Windows color (decimal): -890468 or 10250738. OLE color: 10250738.
HSL color Cylindrical-coordinate representation of color #F2699C: hue angle of 337.66º 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 #F2699C is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 156 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.05 |
| HSL | 337.66º | 0.84% | 0.68% | - |
| HSV(B) | 337.66º | 0.57% | 0.95% | - |
| XYZ | 47.67 | 31.38 | 35 | - |
| YUV | 151.78 | 130.39 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 156 | 0 | 0.57 | 0.36 | 0.05 | 337.66 | 0.84 | 0.68 |
| Hex | F2 | 69 | 9C | 0 | 39 | 24 | 5 | 152 | 54 | 44 |
| Octal | 362 | 151 | 234 | 0 | 71 | 44 | 5 | 522 | 124 | 104 |
| Binary | 11110010 | 1101001 | 10011100 | 0 | 111001 | 100100 | 101 | 101010010 | 1010100 | 1000100 |
Color Harmonies of #F2699C
Complementary color
Monochromatic Colors of #F2699C
Black with #F2699C
Text Example
Text Example
White with #F2699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2699C; }
p { color: rgb(242,105,156); }
H1.HeaderClassName
{
color: #F2699C;
}
.AnyTagClassName
{
color: #F2699C;
}
</style>
background-color css
<style>
a { background-color: #F2699C; }
a { background-color: rgb(242,105,156); }
div.DivClassName
{
background-color: #F2699C;
}
.BgClassName
{
background-color: #F2699C;
}
</style>
border-color css
<style>
span { border-color: #F2699C; }
span { border-color: rgb(242,105,156); }
td.TdClassName
{
border-color: #F2699C;
}
.TagClassName
{
border-color: #F2699C;
}
</style>