Shades of Tea Rose #F282CC
Tints of Tea Rose #F282CC
RGB
CMYK
RGB Variations
Color information
#F282CC (or 0xF282CC) is known color: Tea Rose. HEX triplet: F2, 82 and CC. RGB value is (242,130,204). Sum of RGB (Red+Green+Blue) = 242+130+204=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F282CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F282CC is #0D7D33. Grayscale: #ABABAB. Windows color (decimal): -884020 or 13402866. OLE color: 13402866.
HSL color Cylindrical-coordinate representation of color #F282CC: hue angle of 320.36º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F282CC is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 204 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.05 |
| HSL | 320.36º | 0.81% | 0.73% | - |
| HSV(B) | 320.36º | 0.46% | 0.95% | - |
| XYZ | 55.5 | 39.2 | 61.77 | - |
| YUV | 171.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 204 | 0 | 0.46 | 0.16 | 0.05 | 320.36 | 0.81 | 0.73 |
| Hex | F2 | 82 | CC | 0 | 2E | 10 | 5 | 140 | 51 | 49 |
| Octal | 362 | 202 | 314 | 0 | 56 | 20 | 5 | 500 | 121 | 111 |
| Binary | 11110010 | 10000010 | 11001100 | 0 | 101110 | 10000 | 101 | 101000000 | 1010001 | 1001001 |
Color Harmonies of #F282CC
Complementary color
Monochromatic Colors of #F282CC
Black with #F282CC
Text Example
Text Example
White with #F282CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F282CC; }
p { color: rgb(242,130,204); }
H1.HeaderClassName
{
color: #F282CC;
}
.AnyTagClassName
{
color: #F282CC;
}
</style>
background-color css
<style>
a { background-color: #F282CC; }
a { background-color: rgb(242,130,204); }
div.DivClassName
{
background-color: #F282CC;
}
.BgClassName
{
background-color: #F282CC;
}
</style>
border-color css
<style>
span { border-color: #F282CC; }
span { border-color: rgb(242,130,204); }
td.TdClassName
{
border-color: #F282CC;
}
.TagClassName
{
border-color: #F282CC;
}
</style>