Shades of Carissma #F07D93
Tints of Carissma #F07D93
RGB
CMYK
RGB Variations
Color information
#F07D93 (or 0xF07D93) is known color: Carissma. HEX triplet: F0, 7D and 93. RGB value is (240,125,147). Sum of RGB (Red+Green+Blue) = 240+125+147=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07D93 is #0F826C. Grayscale: #A1A1A1. Windows color (decimal): -1016429 or 9666032. OLE color: 9666032.
HSL color Cylindrical-coordinate representation of color #F07D93: hue angle of 348.52º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07D93 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 147 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.06 |
| HSL | 348.52º | 0.79% | 0.72% | - |
| HSV(B) | 348.52º | 0.48% | 0.94% | - |
| XYZ | 48.54 | 35.3 | 31.86 | - |
| YUV | 161.89 | 119.6 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 147 | 0 | 0.48 | 0.39 | 0.06 | 348.52 | 0.79 | 0.72 |
| Hex | F0 | 7D | 93 | 0 | 30 | 27 | 6 | 15D | 4F | 48 |
| Octal | 360 | 175 | 223 | 0 | 60 | 47 | 6 | 535 | 117 | 110 |
| Binary | 11110000 | 1111101 | 10010011 | 0 | 110000 | 100111 | 110 | 101011101 | 1001111 | 1001000 |
Color Harmonies of #F07D93
Complementary color
Monochromatic Colors of #F07D93
Black with #F07D93
Text Example
Text Example
White with #F07D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07D93; }
p { color: rgb(240,125,147); }
H1.HeaderClassName
{
color: #F07D93;
}
.AnyTagClassName
{
color: #F07D93;
}
</style>
background-color css
<style>
a { background-color: #F07D93; }
a { background-color: rgb(240,125,147); }
div.DivClassName
{
background-color: #F07D93;
}
.BgClassName
{
background-color: #F07D93;
}
</style>
border-color css
<style>
span { border-color: #F07D93; }
span { border-color: rgb(240,125,147); }
td.TdClassName
{
border-color: #F07D93;
}
.TagClassName
{
border-color: #F07D93;
}
</style>