Shades of Tea Rose #F37ACB
Tints of Tea Rose #F37ACB
RGB
CMYK
RGB Variations
Color information
#F37ACB (or 0xF37ACB) is known color: Tea Rose. HEX triplet: F3, 7A and CB. RGB value is (243,122,203). Sum of RGB (Red+Green+Blue) = 243+122+203=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F37ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37ACB is #0C8534. Grayscale: #A7A7A7. Windows color (decimal): -820533 or 13335283. OLE color: 13335283.
HSL color Cylindrical-coordinate representation of color #F37ACB: hue angle of 319.83º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F37ACB is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 203 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.05 |
| HSL | 319.83º | 0.83% | 0.72% | - |
| HSV(B) | 319.83º | 0.5% | 0.95% | - |
| XYZ | 54.7 | 37.29 | 60.81 | - |
| YUV | 167.41 | 148.09 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 203 | 0 | 0.50 | 0.16 | 0.05 | 319.83 | 0.83 | 0.72 |
| Hex | F3 | 7A | CB | 0 | 32 | 10 | 5 | 140 | 53 | 48 |
| Octal | 363 | 172 | 313 | 0 | 62 | 20 | 5 | 500 | 123 | 110 |
| Binary | 11110011 | 1111010 | 11001011 | 0 | 110010 | 10000 | 101 | 101000000 | 1010011 | 1001000 |
Color Harmonies of #F37ACB
Complementary color
Monochromatic Colors of #F37ACB
Black with #F37ACB
Text Example
Text Example
White with #F37ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37ACB; }
p { color: rgb(243,122,203); }
H1.HeaderClassName
{
color: #F37ACB;
}
.AnyTagClassName
{
color: #F37ACB;
}
</style>
background-color css
<style>
a { background-color: #F37ACB; }
a { background-color: rgb(243,122,203); }
div.DivClassName
{
background-color: #F37ACB;
}
.BgClassName
{
background-color: #F37ACB;
}
</style>
border-color css
<style>
span { border-color: #F37ACB; }
span { border-color: rgb(243,122,203); }
td.TdClassName
{
border-color: #F37ACB;
}
.TagClassName
{
border-color: #F37ACB;
}
</style>