Shades of Carissma #F7758F
Tints of Carissma #F7758F
RGB
CMYK
RGB Variations
Color information
#F7758F (or 0xF7758F) is known color: Carissma. HEX triplet: F7, 75 and 8F. RGB value is (247,117,143). Sum of RGB (Red+Green+Blue) = 247+117+143=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F7758F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7758F is #088A70. Grayscale: #9E9E9E. Windows color (decimal): -559729 or 9401847. OLE color: 9401847.
HSL color Cylindrical-coordinate representation of color #F7758F: hue angle of 348º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F7758F is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 143 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.03 |
| HSL | 348º | 0.89% | 0.71% | - |
| HSV(B) | 348º | 0.53% | 0.97% | - |
| XYZ | 49.68 | 34.48 | 30.02 | - |
| YUV | 158.83 | 119.07 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 143 | 0 | 0.53 | 0.42 | 0.03 | 348 | 0.89 | 0.71 |
| Hex | F7 | 75 | 8F | 0 | 35 | 2A | 3 | 15C | 59 | 47 |
| Octal | 367 | 165 | 217 | 0 | 65 | 52 | 3 | 534 | 131 | 107 |
| Binary | 11110111 | 1110101 | 10001111 | 0 | 110101 | 101010 | 11 | 101011100 | 1011001 | 1000111 |
Color Harmonies of #F7758F
Complementary color
Monochromatic Colors of #F7758F
Black with #F7758F
Text Example
Text Example
White with #F7758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7758F; }
p { color: rgb(247,117,143); }
H1.HeaderClassName
{
color: #F7758F;
}
.AnyTagClassName
{
color: #F7758F;
}
</style>
background-color css
<style>
a { background-color: #F7758F; }
a { background-color: rgb(247,117,143); }
div.DivClassName
{
background-color: #F7758F;
}
.BgClassName
{
background-color: #F7758F;
}
</style>
border-color css
<style>
span { border-color: #F7758F; }
span { border-color: rgb(247,117,143); }
td.TdClassName
{
border-color: #F7758F;
}
.TagClassName
{
border-color: #F7758F;
}
</style>