Shades of Tea Rose #F28BC1
Tints of Tea Rose #F28BC1
RGB
CMYK
RGB Variations
Color information
#F28BC1 (or 0xF28BC1) is known color: Tea Rose. HEX triplet: F2, 8B and C1. RGB value is (242,139,193). Sum of RGB (Red+Green+Blue) = 242+139+193=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BC1 is #0D743E. Grayscale: #AFAFAF. Windows color (decimal): -881727 or 12684274. OLE color: 12684274.
HSL color Cylindrical-coordinate representation of color #F28BC1: hue angle of 328.54º 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 #F28BC1 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 193 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.05 |
| HSL | 328.54º | 0.8% | 0.75% | - |
| HSV(B) | 328.54º | 0.43% | 0.95% | - |
| XYZ | 55.48 | 41.19 | 55.48 | - |
| YUV | 175.95 | 137.62 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 193 | 0 | 0.43 | 0.20 | 0.05 | 328.54 | 0.8 | 0.75 |
| Hex | F2 | 8B | C1 | 0 | 2B | 14 | 5 | 149 | 50 | 4B |
| Octal | 362 | 213 | 301 | 0 | 53 | 24 | 5 | 511 | 120 | 113 |
| Binary | 11110010 | 10001011 | 11000001 | 0 | 101011 | 10100 | 101 | 101001001 | 1010000 | 1001011 |
Color Harmonies of #F28BC1
Complementary color
Monochromatic Colors of #F28BC1
Black with #F28BC1
Text Example
Text Example
White with #F28BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BC1; }
p { color: rgb(242,139,193); }
H1.HeaderClassName
{
color: #F28BC1;
}
.AnyTagClassName
{
color: #F28BC1;
}
</style>
background-color css
<style>
a { background-color: #F28BC1; }
a { background-color: rgb(242,139,193); }
div.DivClassName
{
background-color: #F28BC1;
}
.BgClassName
{
background-color: #F28BC1;
}
</style>
border-color css
<style>
span { border-color: #F28BC1; }
span { border-color: rgb(242,139,193); }
td.TdClassName
{
border-color: #F28BC1;
}
.TagClassName
{
border-color: #F28BC1;
}
</style>