Shades of Carissma #F07F83
Tints of Carissma #F07F83
RGB
CMYK
RGB Variations
Color information
#F07F83 (or 0xF07F83) is known color: Carissma. HEX triplet: F0, 7F and 83. RGB value is (240,127,131). Sum of RGB (Red+Green+Blue) = 240+127+131=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07F83 is #0F807C. Grayscale: #A1A1A1. Windows color (decimal): -1015933 or 8617968. OLE color: 8617968.
HSL color Cylindrical-coordinate representation of color #F07F83: hue angle of 357.88º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F07F83 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 131 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.06 |
| HSL | 357.88º | 0.79% | 0.72% | - |
| HSV(B) | 357.88º | 0.47% | 0.94% | - |
| XYZ | 47.62 | 35.34 | 25.78 | - |
| YUV | 161.24 | 110.94 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 131 | 0 | 0.47 | 0.45 | 0.06 | 357.88 | 0.79 | 0.72 |
| Hex | F0 | 7F | 83 | 0 | 2F | 2D | 6 | 166 | 4F | 48 |
| Octal | 360 | 177 | 203 | 0 | 57 | 55 | 6 | 546 | 117 | 110 |
| Binary | 11110000 | 1111111 | 10000011 | 0 | 101111 | 101101 | 110 | 101100110 | 1001111 | 1001000 |
Color Harmonies of #F07F83
Complementary color
Monochromatic Colors of #F07F83
Black with #F07F83
Text Example
Text Example
White with #F07F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F83; }
p { color: rgb(240,127,131); }
H1.HeaderClassName
{
color: #F07F83;
}
.AnyTagClassName
{
color: #F07F83;
}
</style>
background-color css
<style>
a { background-color: #F07F83; }
a { background-color: rgb(240,127,131); }
div.DivClassName
{
background-color: #F07F83;
}
.BgClassName
{
background-color: #F07F83;
}
</style>
border-color css
<style>
span { border-color: #F07F83; }
span { border-color: rgb(240,127,131); }
td.TdClassName
{
border-color: #F07F83;
}
.TagClassName
{
border-color: #F07F83;
}
</style>