Shades of Tea Rose #F291CA
Tints of Tea Rose #F291CA
RGB
CMYK
RGB Variations
Color information
#F291CA (or 0xF291CA) is known color: Tea Rose. HEX triplet: F2, 91 and CA. RGB value is (242,145,202). Sum of RGB (Red+Green+Blue) = 242+145+202=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F291CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F291CA is #0D6E35. Grayscale: #B4B4B4. Windows color (decimal): -880182 or 13275634. OLE color: 13275634.
HSL color Cylindrical-coordinate representation of color #F291CA: hue angle of 324.74º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F291CA is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 202 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.05 |
| HSL | 324.74º | 0.79% | 0.76% | - |
| HSV(B) | 324.74º | 0.4% | 0.95% | - |
| XYZ | 57.4 | 43.39 | 61.23 | - |
| YUV | 180.5 | 140.14 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 202 | 0 | 0.40 | 0.17 | 0.05 | 324.74 | 0.79 | 0.76 |
| Hex | F2 | 91 | CA | 0 | 28 | 11 | 5 | 145 | 4F | 4C |
| Octal | 362 | 221 | 312 | 0 | 50 | 21 | 5 | 505 | 117 | 114 |
| Binary | 11110010 | 10010001 | 11001010 | 0 | 101000 | 10001 | 101 | 101000101 | 1001111 | 1001100 |
Color Harmonies of #F291CA
Complementary color
Monochromatic Colors of #F291CA
Black with #F291CA
Text Example
Text Example
White with #F291CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F291CA; }
p { color: rgb(242,145,202); }
H1.HeaderClassName
{
color: #F291CA;
}
.AnyTagClassName
{
color: #F291CA;
}
</style>
background-color css
<style>
a { background-color: #F291CA; }
a { background-color: rgb(242,145,202); }
div.DivClassName
{
background-color: #F291CA;
}
.BgClassName
{
background-color: #F291CA;
}
</style>
border-color css
<style>
span { border-color: #F291CA; }
span { border-color: rgb(242,145,202); }
td.TdClassName
{
border-color: #F291CA;
}
.TagClassName
{
border-color: #F291CA;
}
</style>