Shades of Tea Rose #F284CB
Tints of Tea Rose #F284CB
RGB
CMYK
RGB Variations
Color information
#F284CB (or 0xF284CB) is known color: Tea Rose. HEX triplet: F2, 84 and CB. RGB value is (242,132,203). Sum of RGB (Red+Green+Blue) = 242+132+203=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 132 (51.95% from 255 or 22.88% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F284CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F284CB is #0D7B34. Grayscale: #ACACAC. Windows color (decimal): -883509 or 13337842. OLE color: 13337842.
HSL color Cylindrical-coordinate representation of color #F284CB: hue angle of 321.27º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F284CB is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 203 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.05 |
| HSL | 321.27º | 0.81% | 0.73% | - |
| HSV(B) | 321.27º | 0.45% | 0.95% | - |
| XYZ | 55.65 | 39.69 | 61.23 | - |
| YUV | 172.98 | 144.94 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 203 | 0 | 0.45 | 0.16 | 0.05 | 321.27 | 0.81 | 0.73 |
| Hex | F2 | 84 | CB | 0 | 2D | 10 | 5 | 141 | 51 | 49 |
| Octal | 362 | 204 | 313 | 0 | 55 | 20 | 5 | 501 | 121 | 111 |
| Binary | 11110010 | 10000100 | 11001011 | 0 | 101101 | 10000 | 101 | 101000001 | 1010001 | 1001001 |
Color Harmonies of #F284CB
Complementary color
Monochromatic Colors of #F284CB
Black with #F284CB
Text Example
Text Example
White with #F284CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F284CB; }
p { color: rgb(242,132,203); }
H1.HeaderClassName
{
color: #F284CB;
}
.AnyTagClassName
{
color: #F284CB;
}
</style>
background-color css
<style>
a { background-color: #F284CB; }
a { background-color: rgb(242,132,203); }
div.DivClassName
{
background-color: #F284CB;
}
.BgClassName
{
background-color: #F284CB;
}
</style>
border-color css
<style>
span { border-color: #F284CB; }
span { border-color: rgb(242,132,203); }
td.TdClassName
{
border-color: #F284CB;
}
.TagClassName
{
border-color: #F284CB;
}
</style>