Shades of Carissma #F37A8C
Tints of Carissma #F37A8C
RGB
CMYK
RGB Variations
Color information
#F37A8C (or 0xF37A8C) is known color: Carissma. HEX triplet: F3, 7A and 8C. RGB value is (243,122,140). Sum of RGB (Red+Green+Blue) = 243+122+140=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F37A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37A8C is #0C8573. Grayscale: #A0A0A0. Windows color (decimal): -820596 or 9206515. OLE color: 9206515.
HSL color Cylindrical-coordinate representation of color #F37A8C: hue angle of 351.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 #F37A8C is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 140 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.05 |
| HSL | 351.07º | 0.83% | 0.72% | - |
| HSV(B) | 351.07º | 0.5% | 0.95% | - |
| XYZ | 48.66 | 34.87 | 28.98 | - |
| YUV | 160.23 | 116.59 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 140 | 0 | 0.50 | 0.42 | 0.05 | 351.07 | 0.83 | 0.72 |
| Hex | F3 | 7A | 8C | 0 | 32 | 2A | 5 | 15F | 53 | 48 |
| Octal | 363 | 172 | 214 | 0 | 62 | 52 | 5 | 537 | 123 | 110 |
| Binary | 11110011 | 1111010 | 10001100 | 0 | 110010 | 101010 | 101 | 101011111 | 1010011 | 1001000 |
Color Harmonies of #F37A8C
Complementary color
Monochromatic Colors of #F37A8C
Black with #F37A8C
Text Example
Text Example
White with #F37A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37A8C; }
p { color: rgb(243,122,140); }
H1.HeaderClassName
{
color: #F37A8C;
}
.AnyTagClassName
{
color: #F37A8C;
}
</style>
background-color css
<style>
a { background-color: #F37A8C; }
a { background-color: rgb(243,122,140); }
div.DivClassName
{
background-color: #F37A8C;
}
.BgClassName
{
background-color: #F37A8C;
}
</style>
border-color css
<style>
span { border-color: #F37A8C; }
span { border-color: rgb(243,122,140); }
td.TdClassName
{
border-color: #F37A8C;
}
.TagClassName
{
border-color: #F37A8C;
}
</style>