Shades of Tea Rose #F28AC3
Tints of Tea Rose #F28AC3
RGB
CMYK
RGB Variations
Color information
#F28AC3 (or 0xF28AC3) is known color: Tea Rose. HEX triplet: F2, 8A and C3. RGB value is (242,138,195). Sum of RGB (Red+Green+Blue) = 242+138+195=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F28AC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28AC3 is #0D753C. Grayscale: #AFAFAF. Windows color (decimal): -881981 or 12815090. OLE color: 12815090.
HSL color Cylindrical-coordinate representation of color #F28AC3: hue angle of 327.12º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28AC3 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 195 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.05 |
| HSL | 327.12º | 0.8% | 0.75% | - |
| HSV(B) | 327.12º | 0.43% | 0.95% | - |
| XYZ | 55.56 | 40.99 | 56.61 | - |
| YUV | 175.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 195 | 0 | 0.43 | 0.19 | 0.05 | 327.12 | 0.8 | 0.75 |
| Hex | F2 | 8A | C3 | 0 | 2B | 13 | 5 | 147 | 50 | 4B |
| Octal | 362 | 212 | 303 | 0 | 53 | 23 | 5 | 507 | 120 | 113 |
| Binary | 11110010 | 10001010 | 11000011 | 0 | 101011 | 10011 | 101 | 101000111 | 1010000 | 1001011 |
Color Harmonies of #F28AC3
Complementary color
Monochromatic Colors of #F28AC3
Black with #F28AC3
Text Example
Text Example
White with #F28AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28AC3; }
p { color: rgb(242,138,195); }
H1.HeaderClassName
{
color: #F28AC3;
}
.AnyTagClassName
{
color: #F28AC3;
}
</style>
background-color css
<style>
a { background-color: #F28AC3; }
a { background-color: rgb(242,138,195); }
div.DivClassName
{
background-color: #F28AC3;
}
.BgClassName
{
background-color: #F28AC3;
}
</style>
border-color css
<style>
span { border-color: #F28AC3; }
span { border-color: rgb(242,138,195); }
td.TdClassName
{
border-color: #F28AC3;
}
.TagClassName
{
border-color: #F28AC3;
}
</style>