Shades of Tea Rose #F28FCB
Tints of Tea Rose #F28FCB
RGB
CMYK
RGB Variations
Color information
#F28FCB (or 0xF28FCB) is known color: Tea Rose. HEX triplet: F2, 8F and CB. RGB value is (242,143,203). Sum of RGB (Red+Green+Blue) = 242+143+203=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28FCB is #0D7034. Grayscale: #B3B3B3. Windows color (decimal): -880693 or 13340658. OLE color: 13340658.
HSL color Cylindrical-coordinate representation of color #F28FCB: hue angle of 323.64º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28FCB is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 203 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.05 |
| HSL | 323.64º | 0.79% | 0.75% | - |
| HSV(B) | 323.64º | 0.41% | 0.95% | - |
| XYZ | 57.22 | 42.83 | 61.75 | - |
| YUV | 179.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 203 | 0 | 0.41 | 0.16 | 0.05 | 323.64 | 0.79 | 0.75 |
| Hex | F2 | 8F | CB | 0 | 29 | 10 | 5 | 144 | 4F | 4B |
| Octal | 362 | 217 | 313 | 0 | 51 | 20 | 5 | 504 | 117 | 113 |
| Binary | 11110010 | 10001111 | 11001011 | 0 | 101001 | 10000 | 101 | 101000100 | 1001111 | 1001011 |
Color Harmonies of #F28FCB
Complementary color
Monochromatic Colors of #F28FCB
Black with #F28FCB
Text Example
Text Example
White with #F28FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28FCB; }
p { color: rgb(242,143,203); }
H1.HeaderClassName
{
color: #F28FCB;
}
.AnyTagClassName
{
color: #F28FCB;
}
</style>
background-color css
<style>
a { background-color: #F28FCB; }
a { background-color: rgb(242,143,203); }
div.DivClassName
{
background-color: #F28FCB;
}
.BgClassName
{
background-color: #F28FCB;
}
</style>
border-color css
<style>
span { border-color: #F28FCB; }
span { border-color: rgb(242,143,203); }
td.TdClassName
{
border-color: #F28FCB;
}
.TagClassName
{
border-color: #F28FCB;
}
</style>