Shades of Tea Rose #F07ACB
Tints of Tea Rose #F07ACB
RGB
CMYK
RGB Variations
Color information
#F07ACB (or 0xF07ACB) is known color: Tea Rose. HEX triplet: F0, 7A and CB. RGB value is (240,122,203). Sum of RGB (Red+Green+Blue) = 240+122+203=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F07ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07ACB is #0F8534. Grayscale: #A6A6A6. Windows color (decimal): -1017141 or 13335280. OLE color: 13335280.
HSL color Cylindrical-coordinate representation of color #F07ACB: hue angle of 318.81º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07ACB is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 122 | 203 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.06 |
| HSL | 318.81º | 0.8% | 0.71% | - |
| HSV(B) | 318.81º | 0.49% | 0.94% | - |
| XYZ | 53.67 | 36.76 | 60.77 | - |
| YUV | 166.52 | 148.59 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 203 | 0 | 0.49 | 0.15 | 0.06 | 318.81 | 0.8 | 0.71 |
| Hex | F0 | 7A | CB | 0 | 31 | F | 6 | 13F | 50 | 47 |
| Octal | 360 | 172 | 313 | 0 | 61 | 17 | 6 | 477 | 120 | 107 |
| Binary | 11110000 | 1111010 | 11001011 | 0 | 110001 | 1111 | 110 | 100111111 | 1010000 | 1000111 |
Color Harmonies of #F07ACB
Complementary color
Monochromatic Colors of #F07ACB
Black with #F07ACB
Text Example
Text Example
White with #F07ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07ACB; }
p { color: rgb(240,122,203); }
H1.HeaderClassName
{
color: #F07ACB;
}
.AnyTagClassName
{
color: #F07ACB;
}
</style>
background-color css
<style>
a { background-color: #F07ACB; }
a { background-color: rgb(240,122,203); }
div.DivClassName
{
background-color: #F07ACB;
}
.BgClassName
{
background-color: #F07ACB;
}
</style>
border-color css
<style>
span { border-color: #F07ACB; }
span { border-color: rgb(240,122,203); }
td.TdClassName
{
border-color: #F07ACB;
}
.TagClassName
{
border-color: #F07ACB;
}
</style>