Shades of Carissma #F07D8D
Tints of Carissma #F07D8D
RGB
CMYK
RGB Variations
Color information
#F07D8D (or 0xF07D8D) is known color: Carissma. HEX triplet: F0, 7D and 8D. RGB value is (240,125,141). Sum of RGB (Red+Green+Blue) = 240+125+141=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07D8D is #0F8272. Grayscale: #A1A1A1. Windows color (decimal): -1016435 or 9272816. OLE color: 9272816.
HSL color Cylindrical-coordinate representation of color #F07D8D: hue angle of 351.65º 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 #F07D8D is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 141 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.06 |
| HSL | 351.65º | 0.79% | 0.72% | - |
| HSV(B) | 351.65º | 0.48% | 0.94% | - |
| XYZ | 48.08 | 35.12 | 29.44 | - |
| YUV | 161.21 | 116.6 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 141 | 0 | 0.48 | 0.41 | 0.06 | 351.65 | 0.79 | 0.72 |
| Hex | F0 | 7D | 8D | 0 | 30 | 29 | 6 | 160 | 4F | 48 |
| Octal | 360 | 175 | 215 | 0 | 60 | 51 | 6 | 540 | 117 | 110 |
| Binary | 11110000 | 1111101 | 10001101 | 0 | 110000 | 101001 | 110 | 101100000 | 1001111 | 1001000 |
Color Harmonies of #F07D8D
Complementary color
Monochromatic Colors of #F07D8D
Black with #F07D8D
Text Example
Text Example
White with #F07D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07D8D; }
p { color: rgb(240,125,141); }
H1.HeaderClassName
{
color: #F07D8D;
}
.AnyTagClassName
{
color: #F07D8D;
}
</style>
background-color css
<style>
a { background-color: #F07D8D; }
a { background-color: rgb(240,125,141); }
div.DivClassName
{
background-color: #F07D8D;
}
.BgClassName
{
background-color: #F07D8D;
}
</style>
border-color css
<style>
span { border-color: #F07D8D; }
span { border-color: rgb(240,125,141); }
td.TdClassName
{
border-color: #F07D8D;
}
.TagClassName
{
border-color: #F07D8D;
}
</style>