Shades of Tea Rose #F28BC6
Tints of Tea Rose #F28BC6
RGB
CMYK
RGB Variations
Color information
#F28BC6 (or 0xF28BC6) is known color: Tea Rose. HEX triplet: F2, 8B and C6. RGB value is (242,139,198). Sum of RGB (Red+Green+Blue) = 242+139+198=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BC6 is #0D7439. Grayscale: #B0B0B0. Windows color (decimal): -881722 or 13011954. OLE color: 13011954.
HSL color Cylindrical-coordinate representation of color #F28BC6: hue angle of 325.63º 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 #F28BC6 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 198 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.05 |
| HSL | 325.63º | 0.8% | 0.75% | - |
| HSV(B) | 325.63º | 0.43% | 0.95% | - |
| XYZ | 56.04 | 41.42 | 58.47 | - |
| YUV | 176.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 198 | 0 | 0.43 | 0.18 | 0.05 | 325.63 | 0.8 | 0.75 |
| Hex | F2 | 8B | C6 | 0 | 2B | 12 | 5 | 146 | 50 | 4B |
| Octal | 362 | 213 | 306 | 0 | 53 | 22 | 5 | 506 | 120 | 113 |
| Binary | 11110010 | 10001011 | 11000110 | 0 | 101011 | 10010 | 101 | 101000110 | 1010000 | 1001011 |
Color Harmonies of #F28BC6
Complementary color
Monochromatic Colors of #F28BC6
Black with #F28BC6
Text Example
Text Example
White with #F28BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BC6; }
p { color: rgb(242,139,198); }
H1.HeaderClassName
{
color: #F28BC6;
}
.AnyTagClassName
{
color: #F28BC6;
}
</style>
background-color css
<style>
a { background-color: #F28BC6; }
a { background-color: rgb(242,139,198); }
div.DivClassName
{
background-color: #F28BC6;
}
.BgClassName
{
background-color: #F28BC6;
}
</style>
border-color css
<style>
span { border-color: #F28BC6; }
span { border-color: rgb(242,139,198); }
td.TdClassName
{
border-color: #F28BC6;
}
.TagClassName
{
border-color: #F28BC6;
}
</style>