Shades of Carissma #F37A8A
Tints of Carissma #F37A8A
RGB
CMYK
RGB Variations
Color information
#F37A8A (or 0xF37A8A) is known color: Carissma. HEX triplet: F3, 7A and 8A. RGB value is (243,122,138). Sum of RGB (Red+Green+Blue) = 243+122+138=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F37A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37A8A is #0C8575. Grayscale: #A0A0A0. Windows color (decimal): -820598 or 9075443. OLE color: 9075443.
HSL color Cylindrical-coordinate representation of color #F37A8A: hue angle of 352.07º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F37A8A is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 138 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.05 |
| HSL | 352.07º | 0.83% | 0.72% | - |
| HSV(B) | 352.07º | 0.5% | 0.95% | - |
| XYZ | 48.51 | 34.81 | 28.21 | - |
| YUV | 160 | 115.59 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 138 | 0 | 0.50 | 0.43 | 0.05 | 352.07 | 0.83 | 0.72 |
| Hex | F3 | 7A | 8A | 0 | 32 | 2B | 5 | 160 | 53 | 48 |
| Octal | 363 | 172 | 212 | 0 | 62 | 53 | 5 | 540 | 123 | 110 |
| Binary | 11110011 | 1111010 | 10001010 | 0 | 110010 | 101011 | 101 | 101100000 | 1010011 | 1001000 |
Color Harmonies of #F37A8A
Complementary color
Monochromatic Colors of #F37A8A
Black with #F37A8A
Text Example
Text Example
White with #F37A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37A8A; }
p { color: rgb(243,122,138); }
H1.HeaderClassName
{
color: #F37A8A;
}
.AnyTagClassName
{
color: #F37A8A;
}
</style>
background-color css
<style>
a { background-color: #F37A8A; }
a { background-color: rgb(243,122,138); }
div.DivClassName
{
background-color: #F37A8A;
}
.BgClassName
{
background-color: #F37A8A;
}
</style>
border-color css
<style>
span { border-color: #F37A8A; }
span { border-color: rgb(243,122,138); }
td.TdClassName
{
border-color: #F37A8A;
}
.TagClassName
{
border-color: #F37A8A;
}
</style>