Shades of Tea Rose #FA81CF
Tints of Tea Rose #FA81CF
RGB
CMYK
RGB Variations
Color information
#FA81CF (or 0xFA81CF) is known color: Tea Rose. HEX triplet: FA, 81 and CF. RGB value is (250,129,207). Sum of RGB (Red+Green+Blue) = 250+129+207=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 129 (50.78% from 255 or 22.01% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81CF is #057E30. Grayscale: #ADADAD. Windows color (decimal): -359985 or 13599226. OLE color: 13599226.
HSL color Cylindrical-coordinate representation of color #FA81CF: hue angle of 321.32º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA81CF is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 129 | 207 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.02 |
| HSL | 321.32º | 0.92% | 0.74% | - |
| HSV(B) | 321.32º | 0.48% | 0.98% | - |
| XYZ | 58.54 | 40.53 | 63.77 | - |
| YUV | 174.07 | 146.59 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 129 | 207 | 0 | 0.48 | 0.17 | 0.02 | 321.32 | 0.92 | 0.74 |
| Hex | FA | 81 | CF | 0 | 30 | 11 | 2 | 141 | 5C | 4A |
| Octal | 372 | 201 | 317 | 0 | 60 | 21 | 2 | 501 | 134 | 112 |
| Binary | 11111010 | 10000001 | 11001111 | 0 | 110000 | 10001 | 10 | 101000001 | 1011100 | 1001010 |
Color Harmonies of #FA81CF
Complementary color
Monochromatic Colors of #FA81CF
Black with #FA81CF
Text Example
Text Example
White with #FA81CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA81CF; }
p { color: rgb(250,129,207); }
H1.HeaderClassName
{
color: #FA81CF;
}
.AnyTagClassName
{
color: #FA81CF;
}
</style>
background-color css
<style>
a { background-color: #FA81CF; }
a { background-color: rgb(250,129,207); }
div.DivClassName
{
background-color: #FA81CF;
}
.BgClassName
{
background-color: #FA81CF;
}
</style>
border-color css
<style>
span { border-color: #FA81CF; }
span { border-color: rgb(250,129,207); }
td.TdClassName
{
border-color: #FA81CF;
}
.TagClassName
{
border-color: #FA81CF;
}
</style>