Shades of Tea Rose #F183CB
Tints of Tea Rose #F183CB
RGB
CMYK
RGB Variations
Color information
#F183CB (or 0xF183CB) is known color: Tea Rose. HEX triplet: F1, 83 and CB. RGB value is (241,131,203). Sum of RGB (Red+Green+Blue) = 241+131+203=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 131 (51.56% from 255 or 22.78% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F183CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183CB is #0E7C34. Grayscale: #ABABAB. Windows color (decimal): -949301 or 13337585. OLE color: 13337585.
HSL color Cylindrical-coordinate representation of color #F183CB: hue angle of 320.73º degrees, saturation: 0.8, 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 #F183CB is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 203 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.05 |
| HSL | 320.73º | 0.8% | 0.73% | - |
| HSV(B) | 320.73º | 0.46% | 0.95% | - |
| XYZ | 55.17 | 39.25 | 61.17 | - |
| YUV | 172.1 | 145.44 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 203 | 0 | 0.46 | 0.16 | 0.05 | 320.73 | 0.8 | 0.73 |
| Hex | F1 | 83 | CB | 0 | 2E | 10 | 5 | 141 | 50 | 49 |
| Octal | 361 | 203 | 313 | 0 | 56 | 20 | 5 | 501 | 120 | 111 |
| Binary | 11110001 | 10000011 | 11001011 | 0 | 101110 | 10000 | 101 | 101000001 | 1010000 | 1001001 |
Color Harmonies of #F183CB
Complementary color
Monochromatic Colors of #F183CB
Black with #F183CB
Text Example
Text Example
White with #F183CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F183CB; }
p { color: rgb(241,131,203); }
H1.HeaderClassName
{
color: #F183CB;
}
.AnyTagClassName
{
color: #F183CB;
}
</style>
background-color css
<style>
a { background-color: #F183CB; }
a { background-color: rgb(241,131,203); }
div.DivClassName
{
background-color: #F183CB;
}
.BgClassName
{
background-color: #F183CB;
}
</style>
border-color css
<style>
span { border-color: #F183CB; }
span { border-color: rgb(241,131,203); }
td.TdClassName
{
border-color: #F183CB;
}
.TagClassName
{
border-color: #F183CB;
}
</style>