Shades of Carissma #F38184
Tints of Carissma #F38184
RGB
CMYK
RGB Variations
Color information
#F38184 (or 0xF38184) is known color: Carissma. HEX triplet: F3, 81 and 84. RGB value is (243,129,132). Sum of RGB (Red+Green+Blue) = 243+129+132=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F38184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38184 is #0C7E7B. Grayscale: #A3A3A3. Windows color (decimal): -818812 or 8684019. OLE color: 8684019.
HSL color Cylindrical-coordinate representation of color #F38184: hue angle of 358.42º 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 #F38184 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 132 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.05 |
| HSL | 358.42º | 0.83% | 0.73% | - |
| HSV(B) | 358.42º | 0.47% | 0.95% | - |
| XYZ | 48.98 | 36.42 | 26.28 | - |
| YUV | 163.43 | 110.27 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 132 | 0 | 0.47 | 0.46 | 0.05 | 358.42 | 0.83 | 0.73 |
| Hex | F3 | 81 | 84 | 0 | 2F | 2E | 5 | 166 | 53 | 49 |
| Octal | 363 | 201 | 204 | 0 | 57 | 56 | 5 | 546 | 123 | 111 |
| Binary | 11110011 | 10000001 | 10000100 | 0 | 101111 | 101110 | 101 | 101100110 | 1010011 | 1001001 |
Color Harmonies of #F38184
Complementary color
Monochromatic Colors of #F38184
Black with #F38184
Text Example
Text Example
White with #F38184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38184; }
p { color: rgb(243,129,132); }
H1.HeaderClassName
{
color: #F38184;
}
.AnyTagClassName
{
color: #F38184;
}
</style>
background-color css
<style>
a { background-color: #F38184; }
a { background-color: rgb(243,129,132); }
div.DivClassName
{
background-color: #F38184;
}
.BgClassName
{
background-color: #F38184;
}
</style>
border-color css
<style>
span { border-color: #F38184; }
span { border-color: rgb(243,129,132); }
td.TdClassName
{
border-color: #F38184;
}
.TagClassName
{
border-color: #F38184;
}
</style>