Shades of Tea Rose #F291CB
Tints of Tea Rose #F291CB
RGB
CMYK
RGB Variations
Color information
#F291CB (or 0xF291CB) is known color: Tea Rose. HEX triplet: F2, 91 and CB. RGB value is (242,145,203). Sum of RGB (Red+Green+Blue) = 242+145+203=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 145 (57.03% from 255 or 24.58% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F291CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F291CB is #0D6E34. Grayscale: #B4B4B4. Windows color (decimal): -880181 or 13341170. OLE color: 13341170.
HSL color Cylindrical-coordinate representation of color #F291CB: hue angle of 324.12º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F291CB is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 203 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.05 |
| HSL | 324.12º | 0.79% | 0.76% | - |
| HSV(B) | 324.12º | 0.4% | 0.95% | - |
| XYZ | 57.52 | 43.44 | 61.85 | - |
| YUV | 180.62 | 140.64 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 203 | 0 | 0.40 | 0.16 | 0.05 | 324.12 | 0.79 | 0.76 |
| Hex | F2 | 91 | CB | 0 | 28 | 10 | 5 | 144 | 4F | 4C |
| Octal | 362 | 221 | 313 | 0 | 50 | 20 | 5 | 504 | 117 | 114 |
| Binary | 11110010 | 10010001 | 11001011 | 0 | 101000 | 10000 | 101 | 101000100 | 1001111 | 1001100 |
Color Harmonies of #F291CB
Complementary color
Monochromatic Colors of #F291CB
Black with #F291CB
Text Example
Text Example
White with #F291CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F291CB; }
p { color: rgb(242,145,203); }
H1.HeaderClassName
{
color: #F291CB;
}
.AnyTagClassName
{
color: #F291CB;
}
</style>
background-color css
<style>
a { background-color: #F291CB; }
a { background-color: rgb(242,145,203); }
div.DivClassName
{
background-color: #F291CB;
}
.BgClassName
{
background-color: #F291CB;
}
</style>
border-color css
<style>
span { border-color: #F291CB; }
span { border-color: rgb(242,145,203); }
td.TdClassName
{
border-color: #F291CB;
}
.TagClassName
{
border-color: #F291CB;
}
</style>