Shades of Tea Rose #F294CE
Tints of Tea Rose #F294CE
RGB
CMYK
RGB Variations
Color information
#F294CE (or 0xF294CE) is known color: Tea Rose. HEX triplet: F2, 94 and CE. RGB value is (242,148,206). Sum of RGB (Red+Green+Blue) = 242+148+206=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F294CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294CE is #0D6B31. Grayscale: #B6B6B6. Windows color (decimal): -879410 or 13538546. OLE color: 13538546.
HSL color Cylindrical-coordinate representation of color #F294CE: hue angle of 322.98º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F294CE is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 206 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.05 |
| HSL | 322.98º | 0.78% | 0.76% | - |
| HSV(B) | 322.98º | 0.39% | 0.95% | - |
| XYZ | 58.35 | 44.51 | 63.91 | - |
| YUV | 182.72 | 141.14 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 206 | 0 | 0.39 | 0.15 | 0.05 | 322.98 | 0.78 | 0.76 |
| Hex | F2 | 94 | CE | 0 | 27 | F | 5 | 143 | 4E | 4C |
| Octal | 362 | 224 | 316 | 0 | 47 | 17 | 5 | 503 | 116 | 114 |
| Binary | 11110010 | 10010100 | 11001110 | 0 | 100111 | 1111 | 101 | 101000011 | 1001110 | 1001100 |
Color Harmonies of #F294CE
Complementary color
Monochromatic Colors of #F294CE
Black with #F294CE
Text Example
Text Example
White with #F294CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294CE; }
p { color: rgb(242,148,206); }
H1.HeaderClassName
{
color: #F294CE;
}
.AnyTagClassName
{
color: #F294CE;
}
</style>
background-color css
<style>
a { background-color: #F294CE; }
a { background-color: rgb(242,148,206); }
div.DivClassName
{
background-color: #F294CE;
}
.BgClassName
{
background-color: #F294CE;
}
</style>
border-color css
<style>
span { border-color: #F294CE; }
span { border-color: rgb(242,148,206); }
td.TdClassName
{
border-color: #F294CE;
}
.TagClassName
{
border-color: #F294CE;
}
</style>