Shades of Carissma #F07D88
Tints of Carissma #F07D88
RGB
CMYK
RGB Variations
Color information
#F07D88 (or 0xF07D88) is known color: Carissma. HEX triplet: F0, 7D and 88. RGB value is (240,125,136). Sum of RGB (Red+Green+Blue) = 240+125+136=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07D88 is #0F8277. Grayscale: #A0A0A0. Windows color (decimal): -1016440 or 8945136. OLE color: 8945136.
HSL color Cylindrical-coordinate representation of color #F07D88: hue angle of 354.26º 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 #F07D88 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 136 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.06 |
| HSL | 354.26º | 0.79% | 0.72% | - |
| HSV(B) | 354.26º | 0.48% | 0.94% | - |
| XYZ | 47.71 | 34.97 | 27.53 | - |
| YUV | 160.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 136 | 0 | 0.48 | 0.43 | 0.06 | 354.26 | 0.79 | 0.72 |
| Hex | F0 | 7D | 88 | 0 | 30 | 2B | 6 | 162 | 4F | 48 |
| Octal | 360 | 175 | 210 | 0 | 60 | 53 | 6 | 542 | 117 | 110 |
| Binary | 11110000 | 1111101 | 10001000 | 0 | 110000 | 101011 | 110 | 101100010 | 1001111 | 1001000 |
Color Harmonies of #F07D88
Complementary color
Monochromatic Colors of #F07D88
Black with #F07D88
Text Example
Text Example
White with #F07D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07D88; }
p { color: rgb(240,125,136); }
H1.HeaderClassName
{
color: #F07D88;
}
.AnyTagClassName
{
color: #F07D88;
}
</style>
background-color css
<style>
a { background-color: #F07D88; }
a { background-color: rgb(240,125,136); }
div.DivClassName
{
background-color: #F07D88;
}
.BgClassName
{
background-color: #F07D88;
}
</style>
border-color css
<style>
span { border-color: #F07D88; }
span { border-color: rgb(240,125,136); }
td.TdClassName
{
border-color: #F07D88;
}
.TagClassName
{
border-color: #F07D88;
}
</style>