Shades of Carissma #F77490
Tints of Carissma #F77490
RGB
CMYK
RGB Variations
Color information
#F77490 (or 0xF77490) is known color: Carissma. HEX triplet: F7, 74 and 90. RGB value is (247,116,144). Sum of RGB (Red+Green+Blue) = 247+116+144=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F77490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77490 is #088B6F. Grayscale: #9E9E9E. Windows color (decimal): -559984 or 9467127. OLE color: 9467127.
HSL color Cylindrical-coordinate representation of color #F77490: hue angle of 347.18º 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 #F77490 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 144 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.03 |
| HSL | 347.18º | 0.89% | 0.71% | - |
| HSV(B) | 347.18º | 0.53% | 0.97% | - |
| XYZ | 49.64 | 34.28 | 30.39 | - |
| YUV | 158.36 | 119.9 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 144 | 0 | 0.53 | 0.42 | 0.03 | 347.18 | 0.89 | 0.71 |
| Hex | F7 | 74 | 90 | 0 | 35 | 2A | 3 | 15B | 59 | 47 |
| Octal | 367 | 164 | 220 | 0 | 65 | 52 | 3 | 533 | 131 | 107 |
| Binary | 11110111 | 1110100 | 10010000 | 0 | 110101 | 101010 | 11 | 101011011 | 1011001 | 1000111 |
Color Harmonies of #F77490
Complementary color
Monochromatic Colors of #F77490
Black with #F77490
Text Example
Text Example
White with #F77490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77490; }
p { color: rgb(247,116,144); }
H1.HeaderClassName
{
color: #F77490;
}
.AnyTagClassName
{
color: #F77490;
}
</style>
background-color css
<style>
a { background-color: #F77490; }
a { background-color: rgb(247,116,144); }
div.DivClassName
{
background-color: #F77490;
}
.BgClassName
{
background-color: #F77490;
}
</style>
border-color css
<style>
span { border-color: #F77490; }
span { border-color: rgb(247,116,144); }
td.TdClassName
{
border-color: #F77490;
}
.TagClassName
{
border-color: #F77490;
}
</style>