Shades of Tea Rose #F382CB
Tints of Tea Rose #F382CB
RGB
CMYK
RGB Variations
Color information
#F382CB (or 0xF382CB) is known color: Tea Rose. HEX triplet: F3, 82 and CB. RGB value is (243,130,203). Sum of RGB (Red+Green+Blue) = 243+130+203=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F382CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382CB is #0C7D34. Grayscale: #ABABAB. Windows color (decimal): -818485 or 13337331. OLE color: 13337331.
HSL color Cylindrical-coordinate representation of color #F382CB: hue angle of 321.24º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F382CB is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 203 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.05 |
| HSL | 321.24º | 0.82% | 0.73% | - |
| HSV(B) | 321.24º | 0.47% | 0.95% | - |
| XYZ | 55.72 | 39.33 | 61.15 | - |
| YUV | 172.11 | 145.44 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 203 | 0 | 0.47 | 0.16 | 0.05 | 321.24 | 0.82 | 0.73 |
| Hex | F3 | 82 | CB | 0 | 2F | 10 | 5 | 141 | 52 | 49 |
| Octal | 363 | 202 | 313 | 0 | 57 | 20 | 5 | 501 | 122 | 111 |
| Binary | 11110011 | 10000010 | 11001011 | 0 | 101111 | 10000 | 101 | 101000001 | 1010010 | 1001001 |
Color Harmonies of #F382CB
Complementary color
Monochromatic Colors of #F382CB
Black with #F382CB
Text Example
Text Example
White with #F382CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F382CB; }
p { color: rgb(243,130,203); }
H1.HeaderClassName
{
color: #F382CB;
}
.AnyTagClassName
{
color: #F382CB;
}
</style>
background-color css
<style>
a { background-color: #F382CB; }
a { background-color: rgb(243,130,203); }
div.DivClassName
{
background-color: #F382CB;
}
.BgClassName
{
background-color: #F382CB;
}
</style>
border-color css
<style>
span { border-color: #F382CB; }
span { border-color: rgb(243,130,203); }
td.TdClassName
{
border-color: #F382CB;
}
.TagClassName
{
border-color: #F382CB;
}
</style>