Shades of Tea Rose #F17ACC
Tints of Tea Rose #F17ACC
RGB
CMYK
RGB Variations
Color information
#F17ACC (or 0xF17ACC) is known color: Tea Rose. HEX triplet: F1, 7A and CC. RGB value is (241,122,204). Sum of RGB (Red+Green+Blue) = 241+122+204=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F17ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17ACC is #0E8533. Grayscale: #A6A6A6. Windows color (decimal): -951604 or 13400817. OLE color: 13400817.
HSL color Cylindrical-coordinate representation of color #F17ACC: hue angle of 318.66º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17ACC is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 122 | 204 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.05 |
| HSL | 318.66º | 0.81% | 0.71% | - |
| HSV(B) | 318.66º | 0.49% | 0.95% | - |
| XYZ | 54.13 | 36.98 | 61.41 | - |
| YUV | 166.93 | 148.92 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 122 | 204 | 0 | 0.49 | 0.15 | 0.05 | 318.66 | 0.81 | 0.71 |
| Hex | F1 | 7A | CC | 0 | 31 | F | 5 | 13F | 51 | 47 |
| Octal | 361 | 172 | 314 | 0 | 61 | 17 | 5 | 477 | 121 | 107 |
| Binary | 11110001 | 1111010 | 11001100 | 0 | 110001 | 1111 | 101 | 100111111 | 1010001 | 1000111 |
Color Harmonies of #F17ACC
Complementary color
Monochromatic Colors of #F17ACC
Black with #F17ACC
Text Example
Text Example
White with #F17ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17ACC; }
p { color: rgb(241,122,204); }
H1.HeaderClassName
{
color: #F17ACC;
}
.AnyTagClassName
{
color: #F17ACC;
}
</style>
background-color css
<style>
a { background-color: #F17ACC; }
a { background-color: rgb(241,122,204); }
div.DivClassName
{
background-color: #F17ACC;
}
.BgClassName
{
background-color: #F17ACC;
}
</style>
border-color css
<style>
span { border-color: #F17ACC; }
span { border-color: rgb(241,122,204); }
td.TdClassName
{
border-color: #F17ACC;
}
.TagClassName
{
border-color: #F17ACC;
}
</style>