Shades of Tea Rose #F28CD1
Tints of Tea Rose #F28CD1
RGB
CMYK
RGB Variations
Color information
#F28CD1 (or 0xF28CD1) is known color: Tea Rose. HEX triplet: F2, 8C and D1. RGB value is (242,140,209). Sum of RGB (Red+Green+Blue) = 242+140+209=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28CD1 is #0D732E. Grayscale: #B2B2B2. Windows color (decimal): -881455 or 13733106. OLE color: 13733106.
HSL color Cylindrical-coordinate representation of color #F28CD1: hue angle of 319.41º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F28CD1 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 209 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.05 |
| HSL | 319.41º | 0.8% | 0.75% | - |
| HSV(B) | 319.41º | 0.42% | 0.95% | - |
| XYZ | 57.5 | 42.24 | 65.44 | - |
| YUV | 178.36 | 145.29 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 209 | 0 | 0.42 | 0.14 | 0.05 | 319.41 | 0.8 | 0.75 |
| Hex | F2 | 8C | D1 | 0 | 2A | E | 5 | 13F | 50 | 4B |
| Octal | 362 | 214 | 321 | 0 | 52 | 16 | 5 | 477 | 120 | 113 |
| Binary | 11110010 | 10001100 | 11010001 | 0 | 101010 | 1110 | 101 | 100111111 | 1010000 | 1001011 |
Color Harmonies of #F28CD1
Complementary color
Monochromatic Colors of #F28CD1
Black with #F28CD1
Text Example
Text Example
White with #F28CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28CD1; }
p { color: rgb(242,140,209); }
H1.HeaderClassName
{
color: #F28CD1;
}
.AnyTagClassName
{
color: #F28CD1;
}
</style>
background-color css
<style>
a { background-color: #F28CD1; }
a { background-color: rgb(242,140,209); }
div.DivClassName
{
background-color: #F28CD1;
}
.BgClassName
{
background-color: #F28CD1;
}
</style>
border-color css
<style>
span { border-color: #F28CD1; }
span { border-color: rgb(242,140,209); }
td.TdClassName
{
border-color: #F28CD1;
}
.TagClassName
{
border-color: #F28CD1;
}
</style>