Shades of Carissma #F77B8A
Tints of Carissma #F77B8A
RGB
CMYK
RGB Variations
Color information
#F77B8A (or 0xF77B8A) is known color: Carissma. HEX triplet: F7, 7B and 8A. RGB value is (247,123,138). Sum of RGB (Red+Green+Blue) = 247+123+138=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F77B8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77B8A is #088475. Grayscale: #A1A1A1. Windows color (decimal): -558198 or 9075703. OLE color: 9075703.
HSL color Cylindrical-coordinate representation of color #F77B8A: hue angle of 352.74º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77B8A is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 138 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.03 |
| HSL | 352.74º | 0.89% | 0.73% | - |
| HSV(B) | 352.74º | 0.5% | 0.97% | - |
| XYZ | 50.03 | 35.78 | 28.31 | - |
| YUV | 161.79 | 114.58 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 138 | 0 | 0.50 | 0.44 | 0.03 | 352.74 | 0.89 | 0.73 |
| Hex | F7 | 7B | 8A | 0 | 32 | 2C | 3 | 161 | 59 | 49 |
| Octal | 367 | 173 | 212 | 0 | 62 | 54 | 3 | 541 | 131 | 111 |
| Binary | 11110111 | 1111011 | 10001010 | 0 | 110010 | 101100 | 11 | 101100001 | 1011001 | 1001001 |
Color Harmonies of #F77B8A
Complementary color
Monochromatic Colors of #F77B8A
Black with #F77B8A
Text Example
Text Example
White with #F77B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77B8A; }
p { color: rgb(247,123,138); }
H1.HeaderClassName
{
color: #F77B8A;
}
.AnyTagClassName
{
color: #F77B8A;
}
</style>
background-color css
<style>
a { background-color: #F77B8A; }
a { background-color: rgb(247,123,138); }
div.DivClassName
{
background-color: #F77B8A;
}
.BgClassName
{
background-color: #F77B8A;
}
</style>
border-color css
<style>
span { border-color: #F77B8A; }
span { border-color: rgb(247,123,138); }
td.TdClassName
{
border-color: #F77B8A;
}
.TagClassName
{
border-color: #F77B8A;
}
</style>