Shades of Carissma #F37D99
Tints of Carissma #F37D99
RGB
CMYK
RGB Variations
Color information
#F37D99 (or 0xF37D99) is known color: Carissma. HEX triplet: F3, 7D and 99. RGB value is (243,125,153). Sum of RGB (Red+Green+Blue) = 243+125+153=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F37D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37D99 is #0C8266. Grayscale: #A3A3A3. Windows color (decimal): -819815 or 10059251. OLE color: 10059251.
HSL color Cylindrical-coordinate representation of color #F37D99: hue angle of 345.76º 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 #F37D99 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 153 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.05 |
| HSL | 345.76º | 0.83% | 0.72% | - |
| HSV(B) | 345.76º | 0.49% | 0.95% | - |
| XYZ | 50.05 | 36.02 | 34.45 | - |
| YUV | 163.47 | 122.09 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 153 | 0 | 0.49 | 0.37 | 0.05 | 345.76 | 0.83 | 0.72 |
| Hex | F3 | 7D | 99 | 0 | 31 | 25 | 5 | 15A | 53 | 48 |
| Octal | 363 | 175 | 231 | 0 | 61 | 45 | 5 | 532 | 123 | 110 |
| Binary | 11110011 | 1111101 | 10011001 | 0 | 110001 | 100101 | 101 | 101011010 | 1010011 | 1001000 |
Color Harmonies of #F37D99
Complementary color
Monochromatic Colors of #F37D99
Black with #F37D99
Text Example
Text Example
White with #F37D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37D99; }
p { color: rgb(243,125,153); }
H1.HeaderClassName
{
color: #F37D99;
}
.AnyTagClassName
{
color: #F37D99;
}
</style>
background-color css
<style>
a { background-color: #F37D99; }
a { background-color: rgb(243,125,153); }
div.DivClassName
{
background-color: #F37D99;
}
.BgClassName
{
background-color: #F37D99;
}
</style>
border-color css
<style>
span { border-color: #F37D99; }
span { border-color: rgb(243,125,153); }
td.TdClassName
{
border-color: #F37D99;
}
.TagClassName
{
border-color: #F37D99;
}
</style>