Shades of Tea Rose #F293CF
Tints of Tea Rose #F293CF
RGB
CMYK
RGB Variations
Color information
#F293CF (or 0xF293CF) is known color: Tea Rose. HEX triplet: F2, 93 and CF. RGB value is (242,147,207). Sum of RGB (Red+Green+Blue) = 242+147+207=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F293CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293CF is #0D6C30. Grayscale: #B6B6B6. Windows color (decimal): -879665 or 13603826. OLE color: 13603826.
HSL color Cylindrical-coordinate representation of color #F293CF: hue angle of 322.11º degrees, saturation: 0.79, 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 #F293CF is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 207 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.05 |
| HSL | 322.11º | 0.79% | 0.76% | - |
| HSV(B) | 322.11º | 0.39% | 0.95% | - |
| XYZ | 58.31 | 44.25 | 64.5 | - |
| YUV | 182.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 207 | 0 | 0.39 | 0.14 | 0.05 | 322.11 | 0.79 | 0.76 |
| Hex | F2 | 93 | CF | 0 | 27 | E | 5 | 142 | 4F | 4C |
| Octal | 362 | 223 | 317 | 0 | 47 | 16 | 5 | 502 | 117 | 114 |
| Binary | 11110010 | 10010011 | 11001111 | 0 | 100111 | 1110 | 101 | 101000010 | 1001111 | 1001100 |
Color Harmonies of #F293CF
Complementary color
Monochromatic Colors of #F293CF
Black with #F293CF
Text Example
Text Example
White with #F293CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293CF; }
p { color: rgb(242,147,207); }
H1.HeaderClassName
{
color: #F293CF;
}
.AnyTagClassName
{
color: #F293CF;
}
</style>
background-color css
<style>
a { background-color: #F293CF; }
a { background-color: rgb(242,147,207); }
div.DivClassName
{
background-color: #F293CF;
}
.BgClassName
{
background-color: #F293CF;
}
</style>
border-color css
<style>
span { border-color: #F293CF; }
span { border-color: rgb(242,147,207); }
td.TdClassName
{
border-color: #F293CF;
}
.TagClassName
{
border-color: #F293CF;
}
</style>