Shades of Tea Rose #F280CB
Tints of Tea Rose #F280CB
RGB
CMYK
RGB Variations
Color information
#F280CB (or 0xF280CB) is known color: Tea Rose. HEX triplet: F2, 80 and CB. RGB value is (242,128,203). Sum of RGB (Red+Green+Blue) = 242+128+203=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F280CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F280CB is #0D7F34. Grayscale: #AAAAAA. Windows color (decimal): -884533 or 13336818. OLE color: 13336818.
HSL color Cylindrical-coordinate representation of color #F280CB: hue angle of 320.53º 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 #F280CB is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 203 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.05 |
| HSL | 320.53º | 0.81% | 0.73% | - |
| HSV(B) | 320.53º | 0.47% | 0.95% | - |
| XYZ | 55.12 | 38.63 | 61.05 | - |
| YUV | 170.64 | 146.27 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 203 | 0 | 0.47 | 0.16 | 0.05 | 320.53 | 0.81 | 0.73 |
| Hex | F2 | 80 | CB | 0 | 2F | 10 | 5 | 141 | 51 | 49 |
| Octal | 362 | 200 | 313 | 0 | 57 | 20 | 5 | 501 | 121 | 111 |
| Binary | 11110010 | 10000000 | 11001011 | 0 | 101111 | 10000 | 101 | 101000001 | 1010001 | 1001001 |
Color Harmonies of #F280CB
Complementary color
Monochromatic Colors of #F280CB
Black with #F280CB
Text Example
Text Example
White with #F280CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F280CB; }
p { color: rgb(242,128,203); }
H1.HeaderClassName
{
color: #F280CB;
}
.AnyTagClassName
{
color: #F280CB;
}
</style>
background-color css
<style>
a { background-color: #F280CB; }
a { background-color: rgb(242,128,203); }
div.DivClassName
{
background-color: #F280CB;
}
.BgClassName
{
background-color: #F280CB;
}
</style>
border-color css
<style>
span { border-color: #F280CB; }
span { border-color: rgb(242,128,203); }
td.TdClassName
{
border-color: #F280CB;
}
.TagClassName
{
border-color: #F280CB;
}
</style>