Shades of Tea Rose #F48ACB
Tints of Tea Rose #F48ACB
RGB
CMYK
RGB Variations
Color information
#F48ACB (or 0xF48ACB) is known color: Tea Rose. HEX triplet: F4, 8A and CB. RGB value is (244,138,203). Sum of RGB (Red+Green+Blue) = 244+138+203=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F48ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48ACB is #0B7534. Grayscale: #B0B0B0. Windows color (decimal): -750901 or 13339380. OLE color: 13339380.
HSL color Cylindrical-coordinate representation of color #F48ACB: hue angle of 323.21º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F48ACB is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 138 | 203 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.04 |
| HSL | 323.21º | 0.83% | 0.75% | - |
| HSV(B) | 323.21º | 0.43% | 0.96% | - |
| XYZ | 57.18 | 41.72 | 61.54 | - |
| YUV | 177.1 | 142.62 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 138 | 203 | 0 | 0.43 | 0.17 | 0.04 | 323.21 | 0.83 | 0.75 |
| Hex | F4 | 8A | CB | 0 | 2B | 11 | 4 | 143 | 53 | 4B |
| Octal | 364 | 212 | 313 | 0 | 53 | 21 | 4 | 503 | 123 | 113 |
| Binary | 11110100 | 10001010 | 11001011 | 0 | 101011 | 10001 | 100 | 101000011 | 1010011 | 1001011 |
Color Harmonies of #F48ACB
Complementary color
Monochromatic Colors of #F48ACB
Black with #F48ACB
Text Example
Text Example
White with #F48ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48ACB; }
p { color: rgb(244,138,203); }
H1.HeaderClassName
{
color: #F48ACB;
}
.AnyTagClassName
{
color: #F48ACB;
}
</style>
background-color css
<style>
a { background-color: #F48ACB; }
a { background-color: rgb(244,138,203); }
div.DivClassName
{
background-color: #F48ACB;
}
.BgClassName
{
background-color: #F48ACB;
}
</style>
border-color css
<style>
span { border-color: #F48ACB; }
span { border-color: rgb(244,138,203); }
td.TdClassName
{
border-color: #F48ACB;
}
.TagClassName
{
border-color: #F48ACB;
}
</style>