Shades of Carissma #F67690
Tints of Carissma #F67690
RGB
CMYK
RGB Variations
Color information
#F67690 (or 0xF67690) is known color: Carissma. HEX triplet: F6, 76 and 90. RGB value is (246,118,144). Sum of RGB (Red+Green+Blue) = 246+118+144=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F67690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67690 is #09896F. Grayscale: #9F9F9F. Windows color (decimal): -625008 or 9467638. OLE color: 9467638.
HSL color Cylindrical-coordinate representation of color #F67690: hue angle of 347.81º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F67690 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 118 | 144 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.04 |
| HSL | 347.81º | 0.88% | 0.71% | - |
| HSV(B) | 347.81º | 0.52% | 0.96% | - |
| XYZ | 49.52 | 34.56 | 30.45 | - |
| YUV | 159.24 | 119.41 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 118 | 144 | 0 | 0.52 | 0.41 | 0.04 | 347.81 | 0.88 | 0.71 |
| Hex | F6 | 76 | 90 | 0 | 34 | 29 | 4 | 15C | 58 | 47 |
| Octal | 366 | 166 | 220 | 0 | 64 | 51 | 4 | 534 | 130 | 107 |
| Binary | 11110110 | 1110110 | 10010000 | 0 | 110100 | 101001 | 100 | 101011100 | 1011000 | 1000111 |
Color Harmonies of #F67690
Complementary color
Monochromatic Colors of #F67690
Black with #F67690
Text Example
Text Example
White with #F67690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67690; }
p { color: rgb(246,118,144); }
H1.HeaderClassName
{
color: #F67690;
}
.AnyTagClassName
{
color: #F67690;
}
</style>
background-color css
<style>
a { background-color: #F67690; }
a { background-color: rgb(246,118,144); }
div.DivClassName
{
background-color: #F67690;
}
.BgClassName
{
background-color: #F67690;
}
</style>
border-color css
<style>
span { border-color: #F67690; }
span { border-color: rgb(246,118,144); }
td.TdClassName
{
border-color: #F67690;
}
.TagClassName
{
border-color: #F67690;
}
</style>