Shades of Carissma #F3808C
Tints of Carissma #F3808C
RGB
CMYK
RGB Variations
Color information
#F3808C (or 0xF3808C) is known color: Carissma. HEX triplet: F3, 80 and 8C. RGB value is (243,128,140). Sum of RGB (Red+Green+Blue) = 243+128+140=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 243 - color contains mainly: red. Hex color #F3808C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3808C is #0C7F73. Grayscale: #A3A3A3. Windows color (decimal): -819060 or 9208051. OLE color: 9208051.
HSL color Cylindrical-coordinate representation of color #F3808C: hue angle of 353.74º 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 #F3808C is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 128 | 140 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.05 |
| HSL | 353.74º | 0.83% | 0.73% | - |
| HSV(B) | 353.74º | 0.47% | 0.95% | - |
| XYZ | 49.41 | 36.39 | 29.23 | - |
| YUV | 163.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 140 | 0 | 0.47 | 0.42 | 0.05 | 353.74 | 0.83 | 0.73 |
| Hex | F3 | 80 | 8C | 0 | 2F | 2A | 5 | 162 | 53 | 49 |
| Octal | 363 | 200 | 214 | 0 | 57 | 52 | 5 | 542 | 123 | 111 |
| Binary | 11110011 | 10000000 | 10001100 | 0 | 101111 | 101010 | 101 | 101100010 | 1010011 | 1001001 |
Color Harmonies of #F3808C
Complementary color
Monochromatic Colors of #F3808C
Black with #F3808C
Text Example
Text Example
White with #F3808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3808C; }
p { color: rgb(243,128,140); }
H1.HeaderClassName
{
color: #F3808C;
}
.AnyTagClassName
{
color: #F3808C;
}
</style>
background-color css
<style>
a { background-color: #F3808C; }
a { background-color: rgb(243,128,140); }
div.DivClassName
{
background-color: #F3808C;
}
.BgClassName
{
background-color: #F3808C;
}
</style>
border-color css
<style>
span { border-color: #F3808C; }
span { border-color: rgb(243,128,140); }
td.TdClassName
{
border-color: #F3808C;
}
.TagClassName
{
border-color: #F3808C;
}
</style>