Shades of Tea Rose #F293CC
Tints of Tea Rose #F293CC
RGB
CMYK
RGB Variations
Color information
#F293CC (or 0xF293CC) is known color: Tea Rose. HEX triplet: F2, 93 and CC. RGB value is (242,147,204). Sum of RGB (Red+Green+Blue) = 242+147+204=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F293CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293CC is #0D6C33. Grayscale: #B5B5B5. Windows color (decimal): -879668 or 13407218. OLE color: 13407218.
HSL color Cylindrical-coordinate representation of color #F293CC: hue angle of 324º 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 #F293CC is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 204 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.05 |
| HSL | 324º | 0.79% | 0.76% | - |
| HSV(B) | 324º | 0.39% | 0.95% | - |
| XYZ | 57.95 | 44.1 | 62.59 | - |
| YUV | 181.9 | 140.47 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 204 | 0 | 0.39 | 0.16 | 0.05 | 324 | 0.79 | 0.76 |
| Hex | F2 | 93 | CC | 0 | 27 | 10 | 5 | 144 | 4F | 4C |
| Octal | 362 | 223 | 314 | 0 | 47 | 20 | 5 | 504 | 117 | 114 |
| Binary | 11110010 | 10010011 | 11001100 | 0 | 100111 | 10000 | 101 | 101000100 | 1001111 | 1001100 |
Color Harmonies of #F293CC
Complementary color
Monochromatic Colors of #F293CC
Black with #F293CC
Text Example
Text Example
White with #F293CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293CC; }
p { color: rgb(242,147,204); }
H1.HeaderClassName
{
color: #F293CC;
}
.AnyTagClassName
{
color: #F293CC;
}
</style>
background-color css
<style>
a { background-color: #F293CC; }
a { background-color: rgb(242,147,204); }
div.DivClassName
{
background-color: #F293CC;
}
.BgClassName
{
background-color: #F293CC;
}
</style>
border-color css
<style>
span { border-color: #F293CC; }
span { border-color: rgb(242,147,204); }
td.TdClassName
{
border-color: #F293CC;
}
.TagClassName
{
border-color: #F293CC;
}
</style>