Shades of Carissma #F77F83
Tints of Carissma #F77F83
RGB
CMYK
RGB Variations
Color information
#F77F83 (or 0xF77F83) is known color: Carissma. HEX triplet: F7, 7F and 83. RGB value is (247,127,131). Sum of RGB (Red+Green+Blue) = 247+127+131=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77F83 is #08807C. Grayscale: #A3A3A3. Windows color (decimal): -557181 or 8617975. OLE color: 8617975.
HSL color Cylindrical-coordinate representation of color #F77F83: hue angle of 358º 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 #F77F83 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 131 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.03 |
| HSL | 358º | 0.88% | 0.73% | - |
| HSV(B) | 358º | 0.49% | 0.97% | - |
| XYZ | 50.04 | 36.59 | 25.9 | - |
| YUV | 163.34 | 109.76 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 131 | 0 | 0.49 | 0.47 | 0.03 | 358 | 0.88 | 0.73 |
| Hex | F7 | 7F | 83 | 0 | 31 | 2F | 3 | 166 | 58 | 49 |
| Octal | 367 | 177 | 203 | 0 | 61 | 57 | 3 | 546 | 130 | 111 |
| Binary | 11110111 | 1111111 | 10000011 | 0 | 110001 | 101111 | 11 | 101100110 | 1011000 | 1001001 |
Color Harmonies of #F77F83
Complementary color
Monochromatic Colors of #F77F83
Black with #F77F83
Text Example
Text Example
White with #F77F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77F83; }
p { color: rgb(247,127,131); }
H1.HeaderClassName
{
color: #F77F83;
}
.AnyTagClassName
{
color: #F77F83;
}
</style>
background-color css
<style>
a { background-color: #F77F83; }
a { background-color: rgb(247,127,131); }
div.DivClassName
{
background-color: #F77F83;
}
.BgClassName
{
background-color: #F77F83;
}
</style>
border-color css
<style>
span { border-color: #F77F83; }
span { border-color: rgb(247,127,131); }
td.TdClassName
{
border-color: #F77F83;
}
.TagClassName
{
border-color: #F77F83;
}
</style>