Shades of Carissma #F3808F
Tints of Carissma #F3808F
RGB
CMYK
RGB Variations
Color information
#F3808F (or 0xF3808F) is known color: Carissma. HEX triplet: F3, 80 and 8F. RGB value is (243,128,143). Sum of RGB (Red+Green+Blue) = 243+128+143=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F3808F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3808F is #0C7F70. Grayscale: #A4A4A4. Windows color (decimal): -819057 or 9404659. OLE color: 9404659.
HSL color Cylindrical-coordinate representation of color #F3808F: hue angle of 352.17º 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 #F3808F is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 128 | 143 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.05 |
| HSL | 352.17º | 0.83% | 0.73% | - |
| HSV(B) | 352.17º | 0.47% | 0.95% | - |
| XYZ | 49.64 | 36.48 | 30.41 | - |
| YUV | 164.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 143 | 0 | 0.47 | 0.41 | 0.05 | 352.17 | 0.83 | 0.73 |
| Hex | F3 | 80 | 8F | 0 | 2F | 29 | 5 | 160 | 53 | 49 |
| Octal | 363 | 200 | 217 | 0 | 57 | 51 | 5 | 540 | 123 | 111 |
| Binary | 11110011 | 10000000 | 10001111 | 0 | 101111 | 101001 | 101 | 101100000 | 1010011 | 1001001 |
Color Harmonies of #F3808F
Complementary color
Monochromatic Colors of #F3808F
Black with #F3808F
Text Example
Text Example
White with #F3808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3808F; }
p { color: rgb(243,128,143); }
H1.HeaderClassName
{
color: #F3808F;
}
.AnyTagClassName
{
color: #F3808F;
}
</style>
background-color css
<style>
a { background-color: #F3808F; }
a { background-color: rgb(243,128,143); }
div.DivClassName
{
background-color: #F3808F;
}
.BgClassName
{
background-color: #F3808F;
}
</style>
border-color css
<style>
span { border-color: #F3808F; }
span { border-color: rgb(243,128,143); }
td.TdClassName
{
border-color: #F3808F;
}
.TagClassName
{
border-color: #F3808F;
}
</style>