Shades of Tea Rose #F384CB
Tints of Tea Rose #F384CB
RGB
CMYK
RGB Variations
Color information
#F384CB (or 0xF384CB) is known color: Tea Rose. HEX triplet: F3, 84 and CB. RGB value is (243,132,203). Sum of RGB (Red+Green+Blue) = 243+132+203=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 132 (51.95% from 255 or 22.84% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F384CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384CB is #0C7B34. Grayscale: #ADADAD. Windows color (decimal): -817973 or 13337843. OLE color: 13337843.
HSL color Cylindrical-coordinate representation of color #F384CB: hue angle of 321.62º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F384CB is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 203 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.05 |
| HSL | 321.62º | 0.82% | 0.74% | - |
| HSV(B) | 321.62º | 0.46% | 0.95% | - |
| XYZ | 55.99 | 39.87 | 61.24 | - |
| YUV | 173.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 203 | 0 | 0.46 | 0.16 | 0.05 | 321.62 | 0.82 | 0.74 |
| Hex | F3 | 84 | CB | 0 | 2E | 10 | 5 | 142 | 52 | 4A |
| Octal | 363 | 204 | 313 | 0 | 56 | 20 | 5 | 502 | 122 | 112 |
| Binary | 11110011 | 10000100 | 11001011 | 0 | 101110 | 10000 | 101 | 101000010 | 1010010 | 1001010 |
Color Harmonies of #F384CB
Complementary color
Monochromatic Colors of #F384CB
Black with #F384CB
Text Example
Text Example
White with #F384CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384CB; }
p { color: rgb(243,132,203); }
H1.HeaderClassName
{
color: #F384CB;
}
.AnyTagClassName
{
color: #F384CB;
}
</style>
background-color css
<style>
a { background-color: #F384CB; }
a { background-color: rgb(243,132,203); }
div.DivClassName
{
background-color: #F384CB;
}
.BgClassName
{
background-color: #F384CB;
}
</style>
border-color css
<style>
span { border-color: #F384CB; }
span { border-color: rgb(243,132,203); }
td.TdClassName
{
border-color: #F384CB;
}
.TagClassName
{
border-color: #F384CB;
}
</style>