Shades of Tea Rose #F293CA
Tints of Tea Rose #F293CA
RGB
CMYK
RGB Variations
Color information
#F293CA (or 0xF293CA) is known color: Tea Rose. HEX triplet: F2, 93 and CA. RGB value is (242,147,202). Sum of RGB (Red+Green+Blue) = 242+147+202=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F293CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293CA is #0D6C35. Grayscale: #B5B5B5. Windows color (decimal): -879670 or 13276146. OLE color: 13276146.
HSL color Cylindrical-coordinate representation of color #F293CA: hue angle of 325.26º 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 #F293CA is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 202 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.05 |
| HSL | 325.26º | 0.79% | 0.76% | - |
| HSV(B) | 325.26º | 0.39% | 0.95% | - |
| XYZ | 57.71 | 44.01 | 61.33 | - |
| YUV | 181.68 | 139.47 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 202 | 0 | 0.39 | 0.17 | 0.05 | 325.26 | 0.79 | 0.76 |
| Hex | F2 | 93 | CA | 0 | 27 | 11 | 5 | 145 | 4F | 4C |
| Octal | 362 | 223 | 312 | 0 | 47 | 21 | 5 | 505 | 117 | 114 |
| Binary | 11110010 | 10010011 | 11001010 | 0 | 100111 | 10001 | 101 | 101000101 | 1001111 | 1001100 |
Color Harmonies of #F293CA
Complementary color
Monochromatic Colors of #F293CA
Black with #F293CA
Text Example
Text Example
White with #F293CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293CA; }
p { color: rgb(242,147,202); }
H1.HeaderClassName
{
color: #F293CA;
}
.AnyTagClassName
{
color: #F293CA;
}
</style>
background-color css
<style>
a { background-color: #F293CA; }
a { background-color: rgb(242,147,202); }
div.DivClassName
{
background-color: #F293CA;
}
.BgClassName
{
background-color: #F293CA;
}
</style>
border-color css
<style>
span { border-color: #F293CA; }
span { border-color: rgb(242,147,202); }
td.TdClassName
{
border-color: #F293CA;
}
.TagClassName
{
border-color: #F293CA;
}
</style>