Shades of Tea Rose #F18ACD
Tints of Tea Rose #F18ACD
RGB
CMYK
RGB Variations
Color information
#F18ACD (or 0xF18ACD) is known color: Tea Rose. HEX triplet: F1, 8A and CD. RGB value is (241,138,205). Sum of RGB (Red+Green+Blue) = 241+138+205=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ACD is #0E7532. Grayscale: #B0B0B0. Windows color (decimal): -947507 or 13470449. OLE color: 13470449.
HSL color Cylindrical-coordinate representation of color #F18ACD: hue angle of 320.97º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18ACD is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 205 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.05 |
| HSL | 320.97º | 0.79% | 0.74% | - |
| HSV(B) | 320.97º | 0.43% | 0.95% | - |
| XYZ | 56.38 | 41.29 | 62.75 | - |
| YUV | 176.44 | 144.12 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 205 | 0 | 0.43 | 0.15 | 0.05 | 320.97 | 0.79 | 0.74 |
| Hex | F1 | 8A | CD | 0 | 2B | F | 5 | 141 | 4F | 4A |
| Octal | 361 | 212 | 315 | 0 | 53 | 17 | 5 | 501 | 117 | 112 |
| Binary | 11110001 | 10001010 | 11001101 | 0 | 101011 | 1111 | 101 | 101000001 | 1001111 | 1001010 |
Color Harmonies of #F18ACD
Complementary color
Monochromatic Colors of #F18ACD
Black with #F18ACD
Text Example
Text Example
White with #F18ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18ACD; }
p { color: rgb(241,138,205); }
H1.HeaderClassName
{
color: #F18ACD;
}
.AnyTagClassName
{
color: #F18ACD;
}
</style>
background-color css
<style>
a { background-color: #F18ACD; }
a { background-color: rgb(241,138,205); }
div.DivClassName
{
background-color: #F18ACD;
}
.BgClassName
{
background-color: #F18ACD;
}
</style>
border-color css
<style>
span { border-color: #F18ACD; }
span { border-color: rgb(241,138,205); }
td.TdClassName
{
border-color: #F18ACD;
}
.TagClassName
{
border-color: #F18ACD;
}
</style>