Shades of Tea Rose #F38FC4
Tints of Tea Rose #F38FC4
RGB
CMYK
RGB Variations
Color information
#F38FC4 (or 0xF38FC4) is known color: Tea Rose. HEX triplet: F3, 8F and C4. RGB value is (243,143,196). Sum of RGB (Red+Green+Blue) = 243+143+196=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38FC4 is #0C703B. Grayscale: #B2B2B2. Windows color (decimal): -815164 or 12881907. OLE color: 12881907.
HSL color Cylindrical-coordinate representation of color #F38FC4: hue angle of 328.2º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F38FC4 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 143 | 196 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.05 |
| HSL | 328.2º | 0.81% | 0.76% | - |
| HSV(B) | 328.2º | 0.41% | 0.95% | - |
| XYZ | 56.75 | 42.69 | 57.47 | - |
| YUV | 178.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 143 | 196 | 0 | 0.41 | 0.19 | 0.05 | 328.2 | 0.81 | 0.76 |
| Hex | F3 | 8F | C4 | 0 | 29 | 13 | 5 | 148 | 51 | 4C |
| Octal | 363 | 217 | 304 | 0 | 51 | 23 | 5 | 510 | 121 | 114 |
| Binary | 11110011 | 10001111 | 11000100 | 0 | 101001 | 10011 | 101 | 101001000 | 1010001 | 1001100 |
Color Harmonies of #F38FC4
Complementary color
Monochromatic Colors of #F38FC4
Black with #F38FC4
Text Example
Text Example
White with #F38FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38FC4; }
p { color: rgb(243,143,196); }
H1.HeaderClassName
{
color: #F38FC4;
}
.AnyTagClassName
{
color: #F38FC4;
}
</style>
background-color css
<style>
a { background-color: #F38FC4; }
a { background-color: rgb(243,143,196); }
div.DivClassName
{
background-color: #F38FC4;
}
.BgClassName
{
background-color: #F38FC4;
}
</style>
border-color css
<style>
span { border-color: #F38FC4; }
span { border-color: rgb(243,143,196); }
td.TdClassName
{
border-color: #F38FC4;
}
.TagClassName
{
border-color: #F38FC4;
}
</style>