Shades of Carissma #F77F93
Tints of Carissma #F77F93
RGB
CMYK
RGB Variations
Color information
#F77F93 (or 0xF77F93) is known color: Carissma. HEX triplet: F7, 7F and 93. RGB value is (247,127,147). Sum of RGB (Red+Green+Blue) = 247+127+147=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77F93 is #08806C. Grayscale: #A5A5A5. Windows color (decimal): -557165 or 9666551. OLE color: 9666551.
HSL color Cylindrical-coordinate representation of color #F77F93: hue angle of 350º 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 #F77F93 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 147 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.03 |
| HSL | 350º | 0.88% | 0.73% | - |
| HSV(B) | 350º | 0.49% | 0.97% | - |
| XYZ | 51.21 | 37.06 | 32.06 | - |
| YUV | 165.16 | 117.76 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 147 | 0 | 0.49 | 0.40 | 0.03 | 350 | 0.88 | 0.73 |
| Hex | F7 | 7F | 93 | 0 | 31 | 28 | 3 | 15E | 58 | 49 |
| Octal | 367 | 177 | 223 | 0 | 61 | 50 | 3 | 536 | 130 | 111 |
| Binary | 11110111 | 1111111 | 10010011 | 0 | 110001 | 101000 | 11 | 101011110 | 1011000 | 1001001 |
Color Harmonies of #F77F93
Complementary color
Monochromatic Colors of #F77F93
Black with #F77F93
Text Example
Text Example
White with #F77F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77F93; }
p { color: rgb(247,127,147); }
H1.HeaderClassName
{
color: #F77F93;
}
.AnyTagClassName
{
color: #F77F93;
}
</style>
background-color css
<style>
a { background-color: #F77F93; }
a { background-color: rgb(247,127,147); }
div.DivClassName
{
background-color: #F77F93;
}
.BgClassName
{
background-color: #F77F93;
}
</style>
border-color css
<style>
span { border-color: #F77F93; }
span { border-color: rgb(247,127,147); }
td.TdClassName
{
border-color: #F77F93;
}
.TagClassName
{
border-color: #F77F93;
}
</style>