Shades of Carissma #F78293
Tints of Carissma #F78293
RGB
CMYK
RGB Variations
Color information
#F78293 (or 0xF78293) is known color: Carissma. HEX triplet: F7, 82 and 93. RGB value is (247,130,147). Sum of RGB (Red+Green+Blue) = 247+130+147=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F78293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78293 is #087D6C. Grayscale: #A6A6A6. Windows color (decimal): -556397 or 9667319. OLE color: 9667319.
HSL color Cylindrical-coordinate representation of color #F78293: hue angle of 351.28º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F78293 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 147 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.03 |
| HSL | 351.28º | 0.88% | 0.74% | - |
| HSV(B) | 351.28º | 0.47% | 0.97% | - |
| XYZ | 51.61 | 37.85 | 32.19 | - |
| YUV | 166.92 | 116.76 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 147 | 0 | 0.47 | 0.40 | 0.03 | 351.28 | 0.88 | 0.74 |
| Hex | F7 | 82 | 93 | 0 | 2F | 28 | 3 | 15F | 58 | 4A |
| Octal | 367 | 202 | 223 | 0 | 57 | 50 | 3 | 537 | 130 | 112 |
| Binary | 11110111 | 10000010 | 10010011 | 0 | 101111 | 101000 | 11 | 101011111 | 1011000 | 1001010 |
Color Harmonies of #F78293
Complementary color
Monochromatic Colors of #F78293
Black with #F78293
Text Example
Text Example
White with #F78293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78293; }
p { color: rgb(247,130,147); }
H1.HeaderClassName
{
color: #F78293;
}
.AnyTagClassName
{
color: #F78293;
}
</style>
background-color css
<style>
a { background-color: #F78293; }
a { background-color: rgb(247,130,147); }
div.DivClassName
{
background-color: #F78293;
}
.BgClassName
{
background-color: #F78293;
}
</style>
border-color css
<style>
span { border-color: #F78293; }
span { border-color: rgb(247,130,147); }
td.TdClassName
{
border-color: #F78293;
}
.TagClassName
{
border-color: #F78293;
}
</style>