Shades of Tea Rose #F188CB
Tints of Tea Rose #F188CB
RGB
CMYK
RGB Variations
Color information
#F188CB (or 0xF188CB) is known color: Tea Rose. HEX triplet: F1, 88 and CB. RGB value is (241,136,203). Sum of RGB (Red+Green+Blue) = 241+136+203=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F188CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F188CB is #0E7734. Grayscale: #AEAEAE. Windows color (decimal): -948021 or 13338865. OLE color: 13338865.
HSL color Cylindrical-coordinate representation of color #F188CB: hue angle of 321.71º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F188CB is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 203 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.05 |
| HSL | 321.71º | 0.79% | 0.74% | - |
| HSV(B) | 321.71º | 0.44% | 0.95% | - |
| XYZ | 55.86 | 40.62 | 61.4 | - |
| YUV | 175.03 | 143.79 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 203 | 0 | 0.44 | 0.16 | 0.05 | 321.71 | 0.79 | 0.74 |
| Hex | F1 | 88 | CB | 0 | 2C | 10 | 5 | 142 | 4F | 4A |
| Octal | 361 | 210 | 313 | 0 | 54 | 20 | 5 | 502 | 117 | 112 |
| Binary | 11110001 | 10001000 | 11001011 | 0 | 101100 | 10000 | 101 | 101000010 | 1001111 | 1001010 |
Color Harmonies of #F188CB
Complementary color
Monochromatic Colors of #F188CB
Black with #F188CB
Text Example
Text Example
White with #F188CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F188CB; }
p { color: rgb(241,136,203); }
H1.HeaderClassName
{
color: #F188CB;
}
.AnyTagClassName
{
color: #F188CB;
}
</style>
background-color css
<style>
a { background-color: #F188CB; }
a { background-color: rgb(241,136,203); }
div.DivClassName
{
background-color: #F188CB;
}
.BgClassName
{
background-color: #F188CB;
}
</style>
border-color css
<style>
span { border-color: #F188CB; }
span { border-color: rgb(241,136,203); }
td.TdClassName
{
border-color: #F188CB;
}
.TagClassName
{
border-color: #F188CB;
}
</style>