Shades of Carissma #F8768C
Tints of Carissma #F8768C
RGB
CMYK
RGB Variations
Color information
#F8768C (or 0xF8768C) is known color: Carissma. HEX triplet: F8, 76 and 8C. RGB value is (248,118,140). Sum of RGB (Red+Green+Blue) = 248+118+140=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F8768C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8768C is #078973. Grayscale: #9F9F9F. Windows color (decimal): -493940 or 9205496. OLE color: 9205496.
HSL color Cylindrical-coordinate representation of color #F8768C: hue angle of 349.85º 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 #F8768C is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 118 | 140 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.03 |
| HSL | 349.85º | 0.9% | 0.72% | - |
| HSV(B) | 349.85º | 0.52% | 0.97% | - |
| XYZ | 49.92 | 34.81 | 28.9 | - |
| YUV | 159.38 | 117.07 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 118 | 140 | 0 | 0.52 | 0.44 | 0.03 | 349.85 | 0.9 | 0.72 |
| Hex | F8 | 76 | 8C | 0 | 34 | 2C | 3 | 15E | 5A | 48 |
| Octal | 370 | 166 | 214 | 0 | 64 | 54 | 3 | 536 | 132 | 110 |
| Binary | 11111000 | 1110110 | 10001100 | 0 | 110100 | 101100 | 11 | 101011110 | 1011010 | 1001000 |
Color Harmonies of #F8768C
Complementary color
Monochromatic Colors of #F8768C
Black with #F8768C
Text Example
Text Example
White with #F8768C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8768C; }
p { color: rgb(248,118,140); }
H1.HeaderClassName
{
color: #F8768C;
}
.AnyTagClassName
{
color: #F8768C;
}
</style>
background-color css
<style>
a { background-color: #F8768C; }
a { background-color: rgb(248,118,140); }
div.DivClassName
{
background-color: #F8768C;
}
.BgClassName
{
background-color: #F8768C;
}
</style>
border-color css
<style>
span { border-color: #F8768C; }
span { border-color: rgb(248,118,140); }
td.TdClassName
{
border-color: #F8768C;
}
.TagClassName
{
border-color: #F8768C;
}
</style>