Shades of Tea Rose #F281CF
Tints of Tea Rose #F281CF
RGB
CMYK
RGB Variations
Color information
#F281CF (or 0xF281CF) is known color: Tea Rose. HEX triplet: F2, 81 and CF. RGB value is (242,129,207). Sum of RGB (Red+Green+Blue) = 242+129+207=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F281CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F281CF is #0D7E30. Grayscale: #ABABAB. Windows color (decimal): -884273 or 13599218. OLE color: 13599218.
HSL color Cylindrical-coordinate representation of color #F281CF: hue angle of 318.58º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F281CF is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 207 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.05 |
| HSL | 318.58º | 0.81% | 0.73% | - |
| HSV(B) | 318.58º | 0.47% | 0.95% | - |
| XYZ | 55.73 | 39.08 | 63.64 | - |
| YUV | 171.68 | 147.94 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 207 | 0 | 0.47 | 0.14 | 0.05 | 318.58 | 0.81 | 0.73 |
| Hex | F2 | 81 | CF | 0 | 2F | E | 5 | 13F | 51 | 49 |
| Octal | 362 | 201 | 317 | 0 | 57 | 16 | 5 | 477 | 121 | 111 |
| Binary | 11110010 | 10000001 | 11001111 | 0 | 101111 | 1110 | 101 | 100111111 | 1010001 | 1001001 |
Color Harmonies of #F281CF
Complementary color
Monochromatic Colors of #F281CF
Black with #F281CF
Text Example
Text Example
White with #F281CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F281CF; }
p { color: rgb(242,129,207); }
H1.HeaderClassName
{
color: #F281CF;
}
.AnyTagClassName
{
color: #F281CF;
}
</style>
background-color css
<style>
a { background-color: #F281CF; }
a { background-color: rgb(242,129,207); }
div.DivClassName
{
background-color: #F281CF;
}
.BgClassName
{
background-color: #F281CF;
}
</style>
border-color css
<style>
span { border-color: #F281CF; }
span { border-color: rgb(242,129,207); }
td.TdClassName
{
border-color: #F281CF;
}
.TagClassName
{
border-color: #F281CF;
}
</style>