Shades of Tea Rose #F27BCB
Tints of Tea Rose #F27BCB
RGB
CMYK
RGB Variations
Color information
#F27BCB (or 0xF27BCB) is known color: Tea Rose. HEX triplet: F2, 7B and CB. RGB value is (242,123,203). Sum of RGB (Red+Green+Blue) = 242+123+203=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 123 (48.44% from 255 or 21.65% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F27BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27BCB is #0D8434. Grayscale: #A7A7A7. Windows color (decimal): -885813 or 13335538. OLE color: 13335538.
HSL color Cylindrical-coordinate representation of color #F27BCB: hue angle of 319.66º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27BCB is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 203 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.05 |
| HSL | 319.66º | 0.82% | 0.72% | - |
| HSV(B) | 319.66º | 0.49% | 0.95% | - |
| XYZ | 54.48 | 37.35 | 60.84 | - |
| YUV | 167.7 | 147.92 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 203 | 0 | 0.49 | 0.16 | 0.05 | 319.66 | 0.82 | 0.72 |
| Hex | F2 | 7B | CB | 0 | 31 | 10 | 5 | 140 | 52 | 48 |
| Octal | 362 | 173 | 313 | 0 | 61 | 20 | 5 | 500 | 122 | 110 |
| Binary | 11110010 | 1111011 | 11001011 | 0 | 110001 | 10000 | 101 | 101000000 | 1010010 | 1001000 |
Color Harmonies of #F27BCB
Complementary color
Monochromatic Colors of #F27BCB
Black with #F27BCB
Text Example
Text Example
White with #F27BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27BCB; }
p { color: rgb(242,123,203); }
H1.HeaderClassName
{
color: #F27BCB;
}
.AnyTagClassName
{
color: #F27BCB;
}
</style>
background-color css
<style>
a { background-color: #F27BCB; }
a { background-color: rgb(242,123,203); }
div.DivClassName
{
background-color: #F27BCB;
}
.BgClassName
{
background-color: #F27BCB;
}
</style>
border-color css
<style>
span { border-color: #F27BCB; }
span { border-color: rgb(242,123,203); }
td.TdClassName
{
border-color: #F27BCB;
}
.TagClassName
{
border-color: #F27BCB;
}
</style>