Shades of Carissma #F77D8F
Tints of Carissma #F77D8F
RGB
CMYK
RGB Variations
Color information
#F77D8F (or 0xF77D8F) is known color: Carissma. HEX triplet: F7, 7D and 8F. RGB value is (247,125,143). Sum of RGB (Red+Green+Blue) = 247+125+143=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77D8F is #088270. Grayscale: #A3A3A3. Windows color (decimal): -557681 or 9403895. OLE color: 9403895.
HSL color Cylindrical-coordinate representation of color #F77D8F: hue angle of 351.15º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77D8F is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 143 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.03 |
| HSL | 351.15º | 0.88% | 0.73% | - |
| HSV(B) | 351.15º | 0.49% | 0.97% | - |
| XYZ | 50.65 | 36.42 | 30.35 | - |
| YUV | 163.53 | 116.42 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 143 | 0 | 0.49 | 0.42 | 0.03 | 351.15 | 0.88 | 0.73 |
| Hex | F7 | 7D | 8F | 0 | 31 | 2A | 3 | 15F | 58 | 49 |
| Octal | 367 | 175 | 217 | 0 | 61 | 52 | 3 | 537 | 130 | 111 |
| Binary | 11110111 | 1111101 | 10001111 | 0 | 110001 | 101010 | 11 | 101011111 | 1011000 | 1001001 |
Color Harmonies of #F77D8F
Complementary color
Monochromatic Colors of #F77D8F
Black with #F77D8F
Text Example
Text Example
White with #F77D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77D8F; }
p { color: rgb(247,125,143); }
H1.HeaderClassName
{
color: #F77D8F;
}
.AnyTagClassName
{
color: #F77D8F;
}
</style>
background-color css
<style>
a { background-color: #F77D8F; }
a { background-color: rgb(247,125,143); }
div.DivClassName
{
background-color: #F77D8F;
}
.BgClassName
{
background-color: #F77D8F;
}
</style>
border-color css
<style>
span { border-color: #F77D8F; }
span { border-color: rgb(247,125,143); }
td.TdClassName
{
border-color: #F77D8F;
}
.TagClassName
{
border-color: #F77D8F;
}
</style>