Shades of Carissma #F38187
Tints of Carissma #F38187
RGB
CMYK
RGB Variations
Color information
#F38187 (or 0xF38187) is known color: Carissma. HEX triplet: F3, 81 and 87. RGB value is (243,129,135). Sum of RGB (Red+Green+Blue) = 243+129+135=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 135 (53.12% from 255 or 26.63% from 507); Max value from RGB is 243 - color contains mainly: red. Hex color #F38187 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38187 is #0C7E78. Grayscale: #A3A3A3. Windows color (decimal): -818809 or 8880627. OLE color: 8880627.
HSL color Cylindrical-coordinate representation of color #F38187: hue angle of 356.84º degrees, saturation: 0.83, 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 #F38187 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 135 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.05 |
| HSL | 356.84º | 0.83% | 0.73% | - |
| HSV(B) | 356.84º | 0.47% | 0.95% | - |
| XYZ | 49.19 | 36.5 | 27.38 | - |
| YUV | 163.77 | 111.77 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 135 | 0 | 0.47 | 0.44 | 0.05 | 356.84 | 0.83 | 0.73 |
| Hex | F3 | 81 | 87 | 0 | 2F | 2C | 5 | 165 | 53 | 49 |
| Octal | 363 | 201 | 207 | 0 | 57 | 54 | 5 | 545 | 123 | 111 |
| Binary | 11110011 | 10000001 | 10000111 | 0 | 101111 | 101100 | 101 | 101100101 | 1010011 | 1001001 |
Color Harmonies of #F38187
Complementary color
Monochromatic Colors of #F38187
Black with #F38187
Text Example
Text Example
White with #F38187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38187; }
p { color: rgb(243,129,135); }
H1.HeaderClassName
{
color: #F38187;
}
.AnyTagClassName
{
color: #F38187;
}
</style>
background-color css
<style>
a { background-color: #F38187; }
a { background-color: rgb(243,129,135); }
div.DivClassName
{
background-color: #F38187;
}
.BgClassName
{
background-color: #F38187;
}
</style>
border-color css
<style>
span { border-color: #F38187; }
span { border-color: rgb(243,129,135); }
td.TdClassName
{
border-color: #F38187;
}
.TagClassName
{
border-color: #F38187;
}
</style>