Shades of Tea Rose #F182CB
Tints of Tea Rose #F182CB
RGB
CMYK
RGB Variations
Color information
#F182CB (or 0xF182CB) is known color: Tea Rose. HEX triplet: F1, 82 and CB. RGB value is (241,130,203). Sum of RGB (Red+Green+Blue) = 241+130+203=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 130 (51.17% from 255 or 22.65% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F182CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182CB is #0E7D34. Grayscale: #ABABAB. Windows color (decimal): -949557 or 13337329. OLE color: 13337329.
HSL color Cylindrical-coordinate representation of color #F182CB: hue angle of 320.54º 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 #F182CB is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 203 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.05 |
| HSL | 320.54º | 0.8% | 0.73% | - |
| HSV(B) | 320.54º | 0.46% | 0.95% | - |
| XYZ | 55.04 | 38.98 | 61.12 | - |
| YUV | 171.51 | 145.77 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 203 | 0 | 0.46 | 0.16 | 0.05 | 320.54 | 0.8 | 0.73 |
| Hex | F1 | 82 | CB | 0 | 2E | 10 | 5 | 141 | 50 | 49 |
| Octal | 361 | 202 | 313 | 0 | 56 | 20 | 5 | 501 | 120 | 111 |
| Binary | 11110001 | 10000010 | 11001011 | 0 | 101110 | 10000 | 101 | 101000001 | 1010000 | 1001001 |
Color Harmonies of #F182CB
Complementary color
Monochromatic Colors of #F182CB
Black with #F182CB
Text Example
Text Example
White with #F182CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F182CB; }
p { color: rgb(241,130,203); }
H1.HeaderClassName
{
color: #F182CB;
}
.AnyTagClassName
{
color: #F182CB;
}
</style>
background-color css
<style>
a { background-color: #F182CB; }
a { background-color: rgb(241,130,203); }
div.DivClassName
{
background-color: #F182CB;
}
.BgClassName
{
background-color: #F182CB;
}
</style>
border-color css
<style>
span { border-color: #F182CB; }
span { border-color: rgb(241,130,203); }
td.TdClassName
{
border-color: #F182CB;
}
.TagClassName
{
border-color: #F182CB;
}
</style>