Shades of Carissma #F37B8C
Tints of Carissma #F37B8C
RGB
CMYK
RGB Variations
Color information
#F37B8C (or 0xF37B8C) is known color: Carissma. HEX triplet: F3, 7B and 8C. RGB value is (243,123,140). Sum of RGB (Red+Green+Blue) = 243+123+140=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F37B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37B8C is #0C8473. Grayscale: #A0A0A0. Windows color (decimal): -820340 or 9206771. OLE color: 9206771.
HSL color Cylindrical-coordinate representation of color #F37B8C: hue angle of 351.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37B8C is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 140 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.05 |
| HSL | 351.5º | 0.83% | 0.72% | - |
| HSV(B) | 351.5º | 0.49% | 0.95% | - |
| XYZ | 48.78 | 35.11 | 29.02 | - |
| YUV | 160.82 | 116.26 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 140 | 0 | 0.49 | 0.42 | 0.05 | 351.5 | 0.83 | 0.72 |
| Hex | F3 | 7B | 8C | 0 | 31 | 2A | 5 | 160 | 53 | 48 |
| Octal | 363 | 173 | 214 | 0 | 61 | 52 | 5 | 540 | 123 | 110 |
| Binary | 11110011 | 1111011 | 10001100 | 0 | 110001 | 101010 | 101 | 101100000 | 1010011 | 1001000 |
Color Harmonies of #F37B8C
Complementary color
Monochromatic Colors of #F37B8C
Black with #F37B8C
Text Example
Text Example
White with #F37B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37B8C; }
p { color: rgb(243,123,140); }
H1.HeaderClassName
{
color: #F37B8C;
}
.AnyTagClassName
{
color: #F37B8C;
}
</style>
background-color css
<style>
a { background-color: #F37B8C; }
a { background-color: rgb(243,123,140); }
div.DivClassName
{
background-color: #F37B8C;
}
.BgClassName
{
background-color: #F37B8C;
}
</style>
border-color css
<style>
span { border-color: #F37B8C; }
span { border-color: rgb(243,123,140); }
td.TdClassName
{
border-color: #F37B8C;
}
.TagClassName
{
border-color: #F37B8C;
}
</style>