Shades of Carissma #F37A8F
Tints of Carissma #F37A8F
RGB
CMYK
RGB Variations
Color information
#F37A8F (or 0xF37A8F) is known color: Carissma. HEX triplet: F3, 7A and 8F. RGB value is (243,122,143). Sum of RGB (Red+Green+Blue) = 243+122+143=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F37A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37A8F is #0C8570. Grayscale: #A0A0A0. Windows color (decimal): -820593 or 9403123. OLE color: 9403123.
HSL color Cylindrical-coordinate representation of color #F37A8F: hue angle of 349.59º 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 #F37A8F is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 143 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.05 |
| HSL | 349.59º | 0.83% | 0.72% | - |
| HSV(B) | 349.59º | 0.5% | 0.95% | - |
| XYZ | 48.88 | 34.96 | 30.16 | - |
| YUV | 160.57 | 118.09 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 143 | 0 | 0.50 | 0.41 | 0.05 | 349.59 | 0.83 | 0.72 |
| Hex | F3 | 7A | 8F | 0 | 32 | 29 | 5 | 15E | 53 | 48 |
| Octal | 363 | 172 | 217 | 0 | 62 | 51 | 5 | 536 | 123 | 110 |
| Binary | 11110011 | 1111010 | 10001111 | 0 | 110010 | 101001 | 101 | 101011110 | 1010011 | 1001000 |
Color Harmonies of #F37A8F
Complementary color
Monochromatic Colors of #F37A8F
Black with #F37A8F
Text Example
Text Example
White with #F37A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37A8F; }
p { color: rgb(243,122,143); }
H1.HeaderClassName
{
color: #F37A8F;
}
.AnyTagClassName
{
color: #F37A8F;
}
</style>
background-color css
<style>
a { background-color: #F37A8F; }
a { background-color: rgb(243,122,143); }
div.DivClassName
{
background-color: #F37A8F;
}
.BgClassName
{
background-color: #F37A8F;
}
</style>
border-color css
<style>
span { border-color: #F37A8F; }
span { border-color: rgb(243,122,143); }
td.TdClassName
{
border-color: #F37A8F;
}
.TagClassName
{
border-color: #F37A8F;
}
</style>