Shades of Tea Rose #F68AC4
Tints of Tea Rose #F68AC4
RGB
CMYK
RGB Variations
Color information
#F68AC4 (or 0xF68AC4) is known color: Tea Rose. HEX triplet: F6, 8A and C4. RGB value is (246,138,196). Sum of RGB (Red+Green+Blue) = 246+138+196=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 196 (76.95% from 255 or 33.79% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F68AC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68AC4 is #09753B. Grayscale: #B0B0B0. Windows color (decimal): -619836 or 12880630. OLE color: 12880630.
HSL color Cylindrical-coordinate representation of color #F68AC4: hue angle of 327.78º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68AC4 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 196 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.04 |
| HSL | 327.78º | 0.86% | 0.75% | - |
| HSV(B) | 327.78º | 0.44% | 0.96% | - |
| XYZ | 57.06 | 41.76 | 57.28 | - |
| YUV | 176.9 | 138.78 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 196 | 0 | 0.44 | 0.20 | 0.04 | 327.78 | 0.86 | 0.75 |
| Hex | F6 | 8A | C4 | 0 | 2C | 14 | 4 | 148 | 56 | 4B |
| Octal | 366 | 212 | 304 | 0 | 54 | 24 | 4 | 510 | 126 | 113 |
| Binary | 11110110 | 10001010 | 11000100 | 0 | 101100 | 10100 | 100 | 101001000 | 1010110 | 1001011 |
Color Harmonies of #F68AC4
Complementary color
Monochromatic Colors of #F68AC4
Black with #F68AC4
Text Example
Text Example
White with #F68AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68AC4; }
p { color: rgb(246,138,196); }
H1.HeaderClassName
{
color: #F68AC4;
}
.AnyTagClassName
{
color: #F68AC4;
}
</style>
background-color css
<style>
a { background-color: #F68AC4; }
a { background-color: rgb(246,138,196); }
div.DivClassName
{
background-color: #F68AC4;
}
.BgClassName
{
background-color: #F68AC4;
}
</style>
border-color css
<style>
span { border-color: #F68AC4; }
span { border-color: rgb(246,138,196); }
td.TdClassName
{
border-color: #F68AC4;
}
.TagClassName
{
border-color: #F68AC4;
}
</style>