Shades of Carissma #F8768D
Tints of Carissma #F8768D
RGB
CMYK
RGB Variations
Color information
#F8768D (or 0xF8768D) is known color: Carissma. HEX triplet: F8, 76 and 8D. RGB value is (248,118,141). Sum of RGB (Red+Green+Blue) = 248+118+141=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F8768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8768D is #078972. Grayscale: #9F9F9F. Windows color (decimal): -493939 or 9271032. OLE color: 9271032.
HSL color Cylindrical-coordinate representation of color #F8768D: hue angle of 349.38º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8768D is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 118 | 141 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.03 |
| HSL | 349.38º | 0.9% | 0.72% | - |
| HSV(B) | 349.38º | 0.52% | 0.97% | - |
| XYZ | 50 | 34.84 | 29.29 | - |
| YUV | 159.49 | 117.57 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 118 | 141 | 0 | 0.52 | 0.43 | 0.03 | 349.38 | 0.9 | 0.72 |
| Hex | F8 | 76 | 8D | 0 | 34 | 2B | 3 | 15D | 5A | 48 |
| Octal | 370 | 166 | 215 | 0 | 64 | 53 | 3 | 535 | 132 | 110 |
| Binary | 11111000 | 1110110 | 10001101 | 0 | 110100 | 101011 | 11 | 101011101 | 1011010 | 1001000 |
Color Harmonies of #F8768D
Complementary color
Monochromatic Colors of #F8768D
Black with #F8768D
Text Example
Text Example
White with #F8768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8768D; }
p { color: rgb(248,118,141); }
H1.HeaderClassName
{
color: #F8768D;
}
.AnyTagClassName
{
color: #F8768D;
}
</style>
background-color css
<style>
a { background-color: #F8768D; }
a { background-color: rgb(248,118,141); }
div.DivClassName
{
background-color: #F8768D;
}
.BgClassName
{
background-color: #F8768D;
}
</style>
border-color css
<style>
span { border-color: #F8768D; }
span { border-color: rgb(248,118,141); }
td.TdClassName
{
border-color: #F8768D;
}
.TagClassName
{
border-color: #F8768D;
}
</style>