Shades of Tea Rose #F67CC4
Tints of Tea Rose #F67CC4
RGB
CMYK
RGB Variations
Color information
#F67CC4 (or 0xF67CC4) is known color: Tea Rose. HEX triplet: F6, 7C and C4. RGB value is (246,124,196). Sum of RGB (Red+Green+Blue) = 246+124+196=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67CC4 is #09833B. Grayscale: #A8A8A8. Windows color (decimal): -623420 or 12877046. OLE color: 12877046.
HSL color Cylindrical-coordinate representation of color #F67CC4: hue angle of 324.59º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67CC4 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 196 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.04 |
| HSL | 324.59º | 0.87% | 0.73% | - |
| HSV(B) | 324.59º | 0.5% | 0.96% | - |
| XYZ | 55.18 | 37.99 | 56.65 | - |
| YUV | 168.69 | 143.42 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 196 | 0 | 0.50 | 0.20 | 0.04 | 324.59 | 0.87 | 0.73 |
| Hex | F6 | 7C | C4 | 0 | 32 | 14 | 4 | 145 | 57 | 49 |
| Octal | 366 | 174 | 304 | 0 | 62 | 24 | 4 | 505 | 127 | 111 |
| Binary | 11110110 | 1111100 | 11000100 | 0 | 110010 | 10100 | 100 | 101000101 | 1010111 | 1001001 |
Color Harmonies of #F67CC4
Complementary color
Monochromatic Colors of #F67CC4
Black with #F67CC4
Text Example
Text Example
White with #F67CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67CC4; }
p { color: rgb(246,124,196); }
H1.HeaderClassName
{
color: #F67CC4;
}
.AnyTagClassName
{
color: #F67CC4;
}
</style>
background-color css
<style>
a { background-color: #F67CC4; }
a { background-color: rgb(246,124,196); }
div.DivClassName
{
background-color: #F67CC4;
}
.BgClassName
{
background-color: #F67CC4;
}
</style>
border-color css
<style>
span { border-color: #F67CC4; }
span { border-color: rgb(246,124,196); }
td.TdClassName
{
border-color: #F67CC4;
}
.TagClassName
{
border-color: #F67CC4;
}
</style>