Shades of Tea Rose #F28ABE
Tints of Tea Rose #F28ABE
RGB
CMYK
RGB Variations
Color information
#F28ABE (or 0xF28ABE) is known color: Tea Rose. HEX triplet: F2, 8A and BE. RGB value is (242,138,190). Sum of RGB (Red+Green+Blue) = 242+138+190=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F28ABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28ABE is #0D7541. Grayscale: #AEAEAE. Windows color (decimal): -881986 or 12487410. OLE color: 12487410.
HSL color Cylindrical-coordinate representation of color #F28ABE: hue angle of 330º 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 #F28ABE is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 190 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.05 |
| HSL | 330º | 0.8% | 0.75% | - |
| HSV(B) | 330º | 0.43% | 0.95% | - |
| XYZ | 55 | 40.77 | 53.69 | - |
| YUV | 175.02 | 136.46 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 190 | 0 | 0.43 | 0.21 | 0.05 | 330 | 0.8 | 0.75 |
| Hex | F2 | 8A | BE | 0 | 2B | 15 | 5 | 14A | 50 | 4B |
| Octal | 362 | 212 | 276 | 0 | 53 | 25 | 5 | 512 | 120 | 113 |
| Binary | 11110010 | 10001010 | 10111110 | 0 | 101011 | 10101 | 101 | 101001010 | 1010000 | 1001011 |
Color Harmonies of #F28ABE
Complementary color
Monochromatic Colors of #F28ABE
Black with #F28ABE
Text Example
Text Example
White with #F28ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28ABE; }
p { color: rgb(242,138,190); }
H1.HeaderClassName
{
color: #F28ABE;
}
.AnyTagClassName
{
color: #F28ABE;
}
</style>
background-color css
<style>
a { background-color: #F28ABE; }
a { background-color: rgb(242,138,190); }
div.DivClassName
{
background-color: #F28ABE;
}
.BgClassName
{
background-color: #F28ABE;
}
</style>
border-color css
<style>
span { border-color: #F28ABE; }
span { border-color: rgb(242,138,190); }
td.TdClassName
{
border-color: #F28ABE;
}
.TagClassName
{
border-color: #F28ABE;
}
</style>